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 BatchOperationTypeEnumAdvancedBatchOperationTypeFilter.get$Eq()Checks for equality with the provided value.BatchOperationTypeFilterProperty.get$Eq()Checks for equality with the provided value.AdvancedBatchOperationTypeFilter.get$Neq()Checks for inequality with the provided value.BatchOperationTypeFilterProperty.get$Neq()Checks for inequality with the provided value.BatchOperationCreatedResult.getBatchOperationType()Get batchOperationTypeBatchOperationResponse.getBatchOperationType()Get batchOperationTypeBatchOperationItemResponse.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 that return types with arguments of type BatchOperationTypeEnumModifier and TypeMethodDescriptionAdvancedBatchOperationTypeFilter.get$In()Checks if the property matches any of the provided values.BatchOperationTypeFilterProperty.get$In()Checks if the property matches any of the provided values.Methods in io.camunda.client.protocol.rest with parameters of type BatchOperationTypeEnumModifier and TypeMethodDescriptionAdvancedBatchOperationTypeFilter.$eq(BatchOperationTypeEnum $eq) BatchOperationTypeFilterProperty.$eq(BatchOperationTypeEnum $eq) AdvancedBatchOperationTypeFilter.$neq(BatchOperationTypeEnum $neq) BatchOperationTypeFilterProperty.$neq(BatchOperationTypeEnum $neq) AdvancedBatchOperationTypeFilter.add$InItem(BatchOperationTypeEnum $inItem) BatchOperationTypeFilterProperty.add$InItem(BatchOperationTypeEnum $inItem) BatchOperationCreatedResult.batchOperationType(BatchOperationTypeEnum batchOperationType) BatchOperationResponse.batchOperationType(BatchOperationTypeEnum batchOperationType) BatchOperationItemResponse.operationType(BatchOperationTypeEnum operationType) voidAdvancedBatchOperationTypeFilter.set$Eq(BatchOperationTypeEnum $eq) voidBatchOperationTypeFilterProperty.set$Eq(BatchOperationTypeEnum $eq) voidAdvancedBatchOperationTypeFilter.set$Neq(BatchOperationTypeEnum $neq) voidBatchOperationTypeFilterProperty.set$Neq(BatchOperationTypeEnum $neq) voidBatchOperationCreatedResult.setBatchOperationType(BatchOperationTypeEnum batchOperationType) voidBatchOperationResponse.setBatchOperationType(BatchOperationTypeEnum batchOperationType) voidBatchOperationItemResponse.setOperationType(BatchOperationTypeEnum operationType) Method parameters in io.camunda.client.protocol.rest with type arguments of type BatchOperationTypeEnumModifier and TypeMethodDescriptionAdvancedBatchOperationTypeFilter.$in(List<BatchOperationTypeEnum> $in) BatchOperationTypeFilterProperty.$in(List<BatchOperationTypeEnum> $in) voidAdvancedBatchOperationTypeFilter.set$In(List<BatchOperationTypeEnum> $in) voidBatchOperationTypeFilterProperty.set$In(List<BatchOperationTypeEnum> $in)