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