ImmutableErrorLabelUpdateCommand.Builder |
ImmutableErrorLabelUpdateCommand.Builder.addAllTriggers(Iterable<? extends Trigger<ErrorState>> elements) |
|
ImmutableErrorLabelUpdateCommand.Builder |
ImmutableErrorLabelUpdateCommand.Builder.addTriggers(Trigger<ErrorState> element) |
|
ImmutableErrorLabelUpdateCommand.Builder |
ImmutableErrorLabelUpdateCommand.Builder.addTriggers(Trigger<ErrorState>... elements) |
|
static ImmutableErrorLabelUpdateCommand.Builder |
ImmutableErrorLabelUpdateCommand.builder() |
|
ImmutableErrorLabelUpdateCommand.Builder |
ImmutableErrorLabelUpdateCommand.Builder.expression(Expression expression) |
Initializes the value for the expression attribute.
|
ImmutableErrorLabelUpdateCommand.Builder |
ImmutableErrorLabelUpdateCommand.Builder.from(ErrorLabelUpdateCommand instance) |
Fill a builder with attribute values from the provided io.dialob.executor.command.ErrorLabelUpdateCommand instance.
|
ImmutableErrorLabelUpdateCommand.Builder |
ImmutableErrorLabelUpdateCommand.Builder.from(ErrorUpdateCommand instance) |
Fill a builder with attribute values from the provided io.dialob.executor.command.ErrorUpdateCommand instance.
|
ImmutableErrorLabelUpdateCommand.Builder |
ImmutableErrorLabelUpdateCommand.Builder.targetId(ErrorId targetId) |
Initializes the value for the targetId attribute.
|
ImmutableErrorLabelUpdateCommand.Builder |
ImmutableErrorLabelUpdateCommand.Builder.triggers(Iterable<? extends Trigger<ErrorState>> elements) |
Sets or replaces all elements for triggers list.
|