static ImmutableErrors.Error.Builder |
ImmutableErrors.Error.builder() |
Creates a builder for Error.
|
ImmutableErrors.Error.Builder |
ImmutableErrors.Error.Builder.code(String code) |
Initializes the value for the code attribute.
|
ImmutableErrors.Error.Builder |
ImmutableErrors.Error.Builder.context(String context) |
Initializes the value for the context attribute.
|
ImmutableErrors.Error.Builder |
ImmutableErrors.Error.Builder.error(String error) |
Initializes the value for the error attribute.
|
ImmutableErrors.Error.Builder |
ImmutableErrors.Error.Builder.from(Errors.Error instance) |
Fill a builder with attribute values from the provided Error instance.
|
ImmutableErrors.Error.Builder |
ImmutableErrors.Error.Builder.rejectedValue(Object rejectedValue) |
|