ImmutableUpdateValidationCommand.Builder |
ImmutableUpdateValidationCommand.Builder.addAllTriggers(Iterable<? extends Trigger<ErrorState>> elements) |
|
ImmutableUpdateValidationCommand.Builder |
ImmutableUpdateValidationCommand.Builder.addTriggers(Trigger<ErrorState> element) |
|
ImmutableUpdateValidationCommand.Builder |
ImmutableUpdateValidationCommand.Builder.addTriggers(Trigger<ErrorState>... elements) |
|
static ImmutableUpdateValidationCommand.Builder |
ImmutableUpdateValidationCommand.builder() |
|
ImmutableUpdateValidationCommand.Builder |
ImmutableUpdateValidationCommand.Builder.expression(Expression expression) |
Initializes the value for the expression attribute.
|
ImmutableUpdateValidationCommand.Builder |
ImmutableUpdateValidationCommand.Builder.from(ErrorUpdateCommand instance) |
Fill a builder with attribute values from the provided io.dialob.executor.command.ErrorUpdateCommand instance.
|
ImmutableUpdateValidationCommand.Builder |
ImmutableUpdateValidationCommand.Builder.from(UpdateValidationCommand instance) |
Fill a builder with attribute values from the provided io.dialob.executor.command.UpdateValidationCommand instance.
|
ImmutableUpdateValidationCommand.Builder |
ImmutableUpdateValidationCommand.Builder.targetId(ErrorId targetId) |
Initializes the value for the targetId attribute.
|
ImmutableUpdateValidationCommand.Builder |
ImmutableUpdateValidationCommand.Builder.triggers(Iterable<? extends Trigger<ErrorState>> elements) |
Sets or replaces all elements for triggers list.
|