Uses of Class
io.dialob.session.engine.session.command.ImmutableUpdateValidationCommand
Packages that use ImmutableUpdateValidationCommand
-
Uses of ImmutableUpdateValidationCommand in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableUpdateValidationCommandModifier and TypeMethodDescriptionImmutableUpdateValidationCommand.Builder.build()Builds a newImmutableUpdateValidationCommand.ImmutableUpdateValidationCommand.copyOf(UpdateValidationCommand instance) Creates an immutable copy of aUpdateValidationCommandvalue.ImmutableUpdateValidationCommand.of(ErrorId targetId, Expression expression, Iterable<? extends Trigger<ErrorState>> triggers) Construct a new immutableUpdateValidationCommandinstance.ImmutableUpdateValidationCommand.of(ErrorId targetId, Expression expression, List<Trigger<ErrorState>> triggers) Construct a new immutableUpdateValidationCommandinstance.ImmutableUpdateValidationCommand.withExpression(Expression value) Copy the current immutable object by setting a value for theexpressionattribute.ImmutableUpdateValidationCommand.withTargetId(ErrorId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableUpdateValidationCommand.withTriggers(Trigger<ErrorState>... elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableUpdateValidationCommand.withTriggers(Iterable<? extends Trigger<ErrorState>> elements) Copy the current immutable object with elements that replace the content oftriggers.