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