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