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