Uses of Class
io.dialob.session.engine.session.command.ImmutableInitGroupItems
Packages that use ImmutableInitGroupItems
-
Uses of ImmutableInitGroupItems in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableInitGroupItemsModifier and TypeMethodDescriptionImmutableInitGroupItems.Builder.build()Builds a newImmutableInitGroupItems.static ImmutableInitGroupItemsImmutableInitGroupItems.copyOf(InitGroupItems instance) Creates an immutable copy of aInitGroupItemsvalue.static ImmutableInitGroupItemsImmutableInitGroupItems.of(ItemId targetId, Expression expression, Iterable<? extends Trigger<ItemState>> triggers) Construct a new immutableInitGroupItemsinstance.static ImmutableInitGroupItemsImmutableInitGroupItems.of(ItemId targetId, Expression expression, List<Trigger<ItemState>> triggers) Construct a new immutableInitGroupItemsinstance.final ImmutableInitGroupItemsImmutableInitGroupItems.withExpression(Expression value) Copy the current immutable object by setting a value for theexpressionattribute.final ImmutableInitGroupItemsImmutableInitGroupItems.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.final ImmutableInitGroupItemsImmutableInitGroupItems.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.final ImmutableInitGroupItemsImmutableInitGroupItems.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.