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