ImmutableCreateRowGroupItemsFromPrototypeCommand |
ImmutableCreateRowGroupItemsFromPrototypeCommand.Builder.build() |
|
static ImmutableCreateRowGroupItemsFromPrototypeCommand |
ImmutableCreateRowGroupItemsFromPrototypeCommand.copyOf(CreateRowGroupItemsFromPrototypeCommand instance) |
|
static ImmutableCreateRowGroupItemsFromPrototypeCommand |
ImmutableCreateRowGroupItemsFromPrototypeCommand.of(ItemId targetId,
ItemId itemPrototypeId,
Iterable<? extends Trigger<ItemStates>> triggers) |
Construct a new immutable CreateRowGroupItemsFromPrototypeCommand instance.
|
static ImmutableCreateRowGroupItemsFromPrototypeCommand |
ImmutableCreateRowGroupItemsFromPrototypeCommand.of(ItemId targetId,
ItemId itemPrototypeId,
List<Trigger<ItemStates>> triggers) |
Construct a new immutable CreateRowGroupItemsFromPrototypeCommand instance.
|
ImmutableCreateRowGroupItemsFromPrototypeCommand |
ImmutableCreateRowGroupItemsFromPrototypeCommand.withItemPrototypeId(ItemId value) |
Copy the current immutable object by setting a value for the itemPrototypeId attribute.
|
ImmutableCreateRowGroupItemsFromPrototypeCommand |
ImmutableCreateRowGroupItemsFromPrototypeCommand.withTargetId(ItemId value) |
Copy the current immutable object by setting a value for the targetId attribute.
|
ImmutableCreateRowGroupItemsFromPrototypeCommand |
ImmutableCreateRowGroupItemsFromPrototypeCommand.withTriggers(Trigger<ItemStates>... elements) |
Copy the current immutable object with elements that replace the content of triggers.
|
ImmutableCreateRowGroupItemsFromPrototypeCommand |
ImmutableCreateRowGroupItemsFromPrototypeCommand.withTriggers(Iterable<? extends Trigger<ItemStates>> elements) |
Copy the current immutable object with elements that replace the content of triggers.
|