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