Uses of Interface
io.dialob.executor.command.ErrorLabelUpdateCommand
-
Packages that use ErrorLabelUpdateCommand Package Description io.dialob.executor.command -
-
Uses of ErrorLabelUpdateCommand in io.dialob.executor.command
Classes in io.dialob.executor.command that implement ErrorLabelUpdateCommand Modifier and Type Class Description classImmutableErrorLabelUpdateCommandImmutable implementation ofErrorLabelUpdateCommand.Methods in io.dialob.executor.command that return ErrorLabelUpdateCommand Modifier and Type Method Description static ErrorLabelUpdateCommandCommandFactory. errorLabelUpdateCommand(ErrorId errorId, Expression expression)Methods in io.dialob.executor.command with parameters of type ErrorLabelUpdateCommand Modifier and Type Method Description static ImmutableErrorLabelUpdateCommandImmutableErrorLabelUpdateCommand. copyOf(ErrorLabelUpdateCommand instance)Creates an immutable copy of aErrorLabelUpdateCommandvalue.ImmutableErrorLabelUpdateCommand.BuilderImmutableErrorLabelUpdateCommand.Builder. from(ErrorLabelUpdateCommand instance)Fill a builder with attribute values from the providedio.dialob.executor.command.ErrorLabelUpdateCommandinstance.
-