ImmutableSetRows |
ImmutableSetRows.Builder.build() |
|
static ImmutableSetRows |
ImmutableSetRows.copyOf(SetRows instance) |
Creates an immutable copy of a SetRows value.
|
static ImmutableSetRows |
ImmutableSetRows.of(ItemId targetId,
Iterable<Integer> ids,
Iterable<? extends Trigger<ItemState>> triggers) |
Construct a new immutable SetRows instance.
|
static ImmutableSetRows |
ImmutableSetRows.of(ItemId targetId,
List<Integer> ids,
List<Trigger<ItemState>> triggers) |
Construct a new immutable SetRows instance.
|
ImmutableSetRows |
ImmutableSetRows.withIds(int... elements) |
Copy the current immutable object with elements that replace the content of ids.
|
ImmutableSetRows |
ImmutableSetRows.withIds(Iterable<Integer> elements) |
Copy the current immutable object with elements that replace the content of ids.
|
ImmutableSetRows |
ImmutableSetRows.withTargetId(ItemId value) |
Copy the current immutable object by setting a value for the targetId attribute.
|
ImmutableSetRows |
ImmutableSetRows.withTriggers(Trigger<ItemState>... elements) |
Copy the current immutable object with elements that replace the content of triggers.
|
ImmutableSetRows |
ImmutableSetRows.withTriggers(Iterable<? extends Trigger<ItemState>> elements) |
Copy the current immutable object with elements that replace the content of triggers.
|