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