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