Uses of Class
io.dialob.executor.command.ImmutableAddRow
-
Packages that use ImmutableAddRow Package Description io.dialob.executor.command -
-
Uses of ImmutableAddRow in io.dialob.executor.command
Methods in io.dialob.executor.command that return ImmutableAddRow Modifier and Type Method Description ImmutableAddRowImmutableAddRow.Builder. build()Builds a newImmutableAddRow.static ImmutableAddRowImmutableAddRow. copyOf(AddRow instance)Creates an immutable copy of aAddRowvalue.static ImmutableAddRowImmutableAddRow. of(ItemId targetId, Iterable<? extends Trigger<ItemState>> triggers)Construct a new immutableAddRowinstance.static ImmutableAddRowImmutableAddRow. of(ItemId targetId, List<Trigger<ItemState>> triggers)Construct a new immutableAddRowinstance.ImmutableAddRowImmutableAddRow. withTargetId(ItemId value)Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableAddRowImmutableAddRow. withTriggers(Trigger<ItemState>... elements)Copy the current immutable object with elements that replace the content oftriggers.ImmutableAddRowImmutableAddRow. withTriggers(Iterable<? extends Trigger<ItemState>> elements)Copy the current immutable object with elements that replace the content oftriggers.
-