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