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