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