ImmutableErrors.Builder |
ImmutableErrors.Builder.addAllErrors(Iterable<? extends Errors.Error> elements) |
|
ImmutableErrors.Builder |
ImmutableErrors.Builder.addErrors(Errors.Error element) |
Adds one element to errors list.
|
ImmutableErrors.Builder |
ImmutableErrors.Builder.addErrors(Errors.Error... elements) |
|
static ImmutableErrors.Builder |
ImmutableErrors.builder() |
|
ImmutableErrors.Builder |
ImmutableErrors.Builder.error(String error) |
Initializes the value for the error attribute.
|
ImmutableErrors.Builder |
ImmutableErrors.Builder.errors(Iterable<? extends Errors.Error> elements) |
Sets or replaces all elements for errors list.
|
ImmutableErrors.Builder |
ImmutableErrors.Builder.from(Errors instance) |
Fill a builder with attribute values from the provided Errors instance.
|
ImmutableErrors.Builder |
ImmutableErrors.Builder.message(String message) |
Initializes the value for the message attribute.
|
ImmutableErrors.Builder |
ImmutableErrors.Builder.path(String path) |
Initializes the value for the path attribute.
|
ImmutableErrors.Builder |
ImmutableErrors.Builder.status(Integer status) |
Initializes the value for the status attribute.
|
ImmutableErrors.Builder |
ImmutableErrors.Builder.timestamp(Date timestamp) |
Initializes the value for the timestamp attribute.
|
ImmutableErrors.Builder |
ImmutableErrors.Builder.trace(String trace) |
Initializes the value for the trace attribute.
|