Uses of Class
io.dialob.session.engine.session.command.ImmutableUpdateDescriptionCommand
Packages that use ImmutableUpdateDescriptionCommand
-
Uses of ImmutableUpdateDescriptionCommand in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableUpdateDescriptionCommandModifier and TypeMethodDescriptionImmutableUpdateDescriptionCommand.Builder.build()Builds a newImmutableUpdateDescriptionCommand.ImmutableUpdateDescriptionCommand.copyOf(UpdateDescriptionCommand instance) Creates an immutable copy of aUpdateDescriptionCommandvalue.ImmutableUpdateDescriptionCommand.of(ItemId targetId, Expression expression, Iterable<? extends Trigger<ItemState>> triggers) Construct a new immutableUpdateDescriptionCommandinstance.ImmutableUpdateDescriptionCommand.of(ItemId targetId, Expression expression, List<Trigger<ItemState>> triggers) Construct a new immutableUpdateDescriptionCommandinstance.ImmutableUpdateDescriptionCommand.withExpression(Expression value) Copy the current immutable object by setting a value for theexpressionattribute.ImmutableUpdateDescriptionCommand.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableUpdateDescriptionCommand.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableUpdateDescriptionCommand.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.