Uses of Class
io.dialob.session.engine.session.command.ImmutableUpdateGroupItems
Packages that use ImmutableUpdateGroupItems
-
Uses of ImmutableUpdateGroupItems in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableUpdateGroupItemsModifier and TypeMethodDescriptionImmutableUpdateGroupItems.Builder.build()Builds a newImmutableUpdateGroupItems.static ImmutableUpdateGroupItemsImmutableUpdateGroupItems.copyOf(UpdateGroupItems instance) Creates an immutable copy of aUpdateGroupItemsvalue.static ImmutableUpdateGroupItemsImmutableUpdateGroupItems.of(ItemId targetId, Expression expression, Iterable<? extends Trigger<ItemState>> triggers) Construct a new immutableUpdateGroupItemsinstance.static ImmutableUpdateGroupItemsImmutableUpdateGroupItems.of(ItemId targetId, Expression expression, List<Trigger<ItemState>> triggers) Construct a new immutableUpdateGroupItemsinstance.ImmutableUpdateGroupItems.withExpression(Expression value) Copy the current immutable object by setting a value for theexpressionattribute.ImmutableUpdateGroupItems.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableUpdateGroupItems.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableUpdateGroupItems.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.