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