Uses of Class
io.dialob.session.engine.session.command.ImmutableSetRows
Packages that use ImmutableSetRows
-
Uses of ImmutableSetRows in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableSetRowsModifier and TypeMethodDescriptionImmutableSetRows.Builder.build()Builds a newImmutableSetRows.static ImmutableSetRowsCreates an immutable copy of aSetRowsvalue.static ImmutableSetRowsImmutableSetRows.of(ItemId targetId, Iterable<? extends BigInteger> ids, Iterable<? extends Trigger<ItemState>> triggers) Construct a new immutableSetRowsinstance.static ImmutableSetRowsConstruct a new immutableSetRowsinstance.final ImmutableSetRowsImmutableSetRows.withIds(Iterable<? extends BigInteger> elements) Copy the current immutable object with elements that replace the content ofids.final ImmutableSetRowsImmutableSetRows.withIds(BigInteger... elements) Copy the current immutable object with elements that replace the content ofids.final ImmutableSetRowsImmutableSetRows.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.final ImmutableSetRowsImmutableSetRows.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.final ImmutableSetRowsImmutableSetRows.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.