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