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