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