Uses of Enum
io.camunda.client.protocol.rest.BatchOperationError.TypeEnum
Packages that use BatchOperationError.TypeEnum
-
Uses of BatchOperationError.TypeEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return BatchOperationError.TypeEnumModifier and TypeMethodDescriptionstatic BatchOperationError.TypeEnumBatchOperationError.getType()The type of the error that occurred during the batch operation.static BatchOperationError.TypeEnumReturns the enum constant of this type with the specified name.static BatchOperationError.TypeEnum[]BatchOperationError.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.client.protocol.rest with parameters of type BatchOperationError.TypeEnumModifier and TypeMethodDescriptionvoidBatchOperationError.setType(BatchOperationError.TypeEnum type) BatchOperationError.type(BatchOperationError.TypeEnum type)