public static interface ProblemDetails.Builder extends SdkPojo, CopyableBuilder<ProblemDetails.Builder,ProblemDetails>
| Modifier and Type | Method and Description |
|---|---|
ProblemDetails.Builder |
detail(String detail)
A human-readable explanation specific to this occurrence of the problem.
|
ProblemDetails.Builder |
title(String title)
A human-readable title of the problem type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProblemDetails.Builder detail(String detail)
A human-readable explanation specific to this occurrence of the problem.
detail - A human-readable explanation specific to this occurrence of the problem.ProblemDetails.Builder title(String title)
A human-readable title of the problem type.
title - A human-readable title of the problem type.Copyright © 2023. All rights reserved.