public static interface ValidationWarning.Builder extends SdkPojo, CopyableBuilder<ValidationWarning.Builder,ValidationWarning>
| Modifier and Type | Method and Description |
|---|---|
ValidationWarning.Builder |
errors(Collection<ValidationError> errors)
The error codes and error messages.
|
ValidationWarning.Builder |
errors(Consumer<ValidationError.Builder>... errors)
The error codes and error messages.
|
ValidationWarning.Builder |
errors(ValidationError... errors)
The error codes and error messages.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValidationWarning.Builder errors(Collection<ValidationError> errors)
The error codes and error messages.
errors - The error codes and error messages.ValidationWarning.Builder errors(ValidationError... errors)
The error codes and error messages.
errors - The error codes and error messages.ValidationWarning.Builder errors(Consumer<ValidationError.Builder>... errors)
The error codes and error messages.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2022. All rights reserved.