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