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