ImmutableUpdateValidationCommand |
ImmutableUpdateValidationCommand.Builder.build() |
|
static ImmutableUpdateValidationCommand |
ImmutableUpdateValidationCommand.copyOf(UpdateValidationCommand instance) |
|
static ImmutableUpdateValidationCommand |
ImmutableUpdateValidationCommand.of(ErrorId targetId,
Expression expression,
Iterable<? extends Trigger<ErrorState>> triggers) |
Construct a new immutable UpdateValidationCommand instance.
|
static ImmutableUpdateValidationCommand |
ImmutableUpdateValidationCommand.of(ErrorId targetId,
Expression expression,
List<Trigger<ErrorState>> triggers) |
Construct a new immutable UpdateValidationCommand instance.
|
ImmutableUpdateValidationCommand |
ImmutableUpdateValidationCommand.withExpression(Expression value) |
Copy the current immutable object by setting a value for the expression attribute.
|
ImmutableUpdateValidationCommand |
ImmutableUpdateValidationCommand.withTargetId(ErrorId value) |
Copy the current immutable object by setting a value for the targetId attribute.
|
ImmutableUpdateValidationCommand |
ImmutableUpdateValidationCommand.withTriggers(Trigger<ErrorState>... elements) |
Copy the current immutable object with elements that replace the content of triggers.
|
ImmutableUpdateValidationCommand |
ImmutableUpdateValidationCommand.withTriggers(Iterable<? extends Trigger<ErrorState>> elements) |
Copy the current immutable object with elements that replace the content of triggers.
|