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