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