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