Uses of Enum
io.camunda.client.protocol.rest.BatchOperationTypeEnum
Packages that use BatchOperationTypeEnum
-
Uses of BatchOperationTypeEnum in io.camunda.client.impl.command
Constructors in io.camunda.client.impl.command with parameters of type BatchOperationTypeEnumModifierConstructorDescriptionCreateBatchOperationCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, BatchOperationTypeEnum type, Function<Consumer<E>, E> filterFactory) -
Uses of BatchOperationTypeEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return BatchOperationTypeEnumModifier and TypeMethodDescriptionstatic BatchOperationTypeEnumBatchOperationCreatedResult.getBatchOperationType()Get batchOperationTypeBatchOperationResponse.getBatchOperationType()Get batchOperationTypeBatchOperationFilter.getOperationType()Get operationTypestatic BatchOperationTypeEnumReturns the enum constant of this type with the specified name.static BatchOperationTypeEnum[]BatchOperationTypeEnum.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 BatchOperationTypeEnumModifier and TypeMethodDescriptionBatchOperationCreatedResult.batchOperationType(BatchOperationTypeEnum batchOperationType) BatchOperationResponse.batchOperationType(BatchOperationTypeEnum batchOperationType) BatchOperationFilter.operationType(BatchOperationTypeEnum operationType) voidBatchOperationCreatedResult.setBatchOperationType(BatchOperationTypeEnum batchOperationType) voidBatchOperationResponse.setBatchOperationType(BatchOperationTypeEnum batchOperationType) voidBatchOperationFilter.setOperationType(BatchOperationTypeEnum operationType)