public static interface UniqueProblem.Builder extends SdkPojo, CopyableBuilder<UniqueProblem.Builder,UniqueProblem>
| Modifier and Type | Method and Description |
|---|---|
UniqueProblem.Builder |
message(String message)
A message about the unique problems' result.
|
UniqueProblem.Builder |
problems(Collection<Problem> problems)
Information about the problems.
|
UniqueProblem.Builder |
problems(Consumer<Problem.Builder>... problems)
Information about the problems.
|
UniqueProblem.Builder |
problems(Problem... problems)
Information about the problems.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUniqueProblem.Builder message(String message)
A message about the unique problems' result.
message - A message about the unique problems' result.UniqueProblem.Builder problems(Collection<Problem> problems)
Information about the problems.
problems - Information about the problems.UniqueProblem.Builder problems(Problem... problems)
Information about the problems.
problems - Information about the problems.UniqueProblem.Builder problems(Consumer<Problem.Builder>... problems)
Information about the problems.
This is a convenience method that creates an instance of theProblem.Builder avoiding the need to create one
manually via Problem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #problems(List.
problems - a consumer that will call methods on
Problem.Builder#problems(java.util.Collection) Copyright © 2023. All rights reserved.