ImmutableError |
ImmutableError.Builder.build() |
|
static ImmutableError |
ImmutableError.copyOf(Error instance) |
Creates an immutable copy of a Error value.
|
ImmutableError |
ImmutableError.withCode(String value) |
Copy the current immutable object by setting a value for the code attribute.
|
ImmutableError |
ImmutableError.withDisabledExpression(Expression value) |
Copy the current immutable object by setting a present value for the optional disabledExpression attribute.
|
ImmutableError |
ImmutableError.withDisabledExpression(Optional<? extends Expression> optional) |
Copy the current immutable object by setting an optional value for the disabledExpression attribute.
|
ImmutableError |
ImmutableError.withIsPrototype(boolean value) |
Copy the current immutable object by setting a value for the isPrototype attribute.
|
ImmutableError |
ImmutableError.withItemId(ItemId value) |
Copy the current immutable object by setting a value for the itemId attribute.
|
ImmutableError |
ImmutableError.withLabel(Expression value) |
Copy the current immutable object by setting a value for the label attribute.
|
ImmutableError |
ImmutableError.withValidationExpression(Expression value) |
|