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