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