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