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