ImmutableErrors |
ImmutableErrors.Builder.build() |
|
static ImmutableErrors |
ImmutableErrors.copyOf(Errors instance) |
Creates an immutable copy of a Errors value.
|
ImmutableErrors |
ImmutableErrors.withError(String value) |
Copy the current immutable object by setting a value for the error attribute.
|
ImmutableErrors |
ImmutableErrors.withErrors(Errors.Error... elements) |
Copy the current immutable object with elements that replace the content of errors.
|
ImmutableErrors |
ImmutableErrors.withErrors(Iterable<? extends Errors.Error> elements) |
Copy the current immutable object with elements that replace the content of errors.
|
ImmutableErrors |
ImmutableErrors.withMessage(String value) |
Copy the current immutable object by setting a value for the message attribute.
|
ImmutableErrors |
ImmutableErrors.withPath(String value) |
Copy the current immutable object by setting a value for the path attribute.
|
ImmutableErrors |
ImmutableErrors.withStatus(Integer value) |
Copy the current immutable object by setting a value for the status attribute.
|
ImmutableErrors |
ImmutableErrors.withTimestamp(Date value) |
Copy the current immutable object by setting a value for the timestamp attribute.
|
ImmutableErrors |
ImmutableErrors.withTrace(String value) |
Copy the current immutable object by setting a value for the trace attribute.
|