Uses of Enum
io.camunda.client.protocol.rest.BatchOperationStateEnum
Packages that use BatchOperationStateEnum
-
Uses of BatchOperationStateEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return BatchOperationStateEnumModifier and TypeMethodDescriptionstatic BatchOperationStateEnumAdvancedBatchOperationStateFilter.get$Eq()Checks for equality with the provided value.BatchOperationStateFilterProperty.get$Eq()Checks for equality with the provided value.AdvancedBatchOperationStateFilter.get$Neq()Checks for inequality with the provided value.BatchOperationStateFilterProperty.get$Neq()Checks for inequality with the provided value.static BatchOperationStateEnumReturns the enum constant of this type with the specified name.static BatchOperationStateEnum[]BatchOperationStateEnum.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 BatchOperationStateEnumModifier and TypeMethodDescriptionAdvancedBatchOperationStateFilter.get$In()Checks if the property matches any of the provided values.BatchOperationStateFilterProperty.get$In()Checks if the property matches any of the provided values.Methods in io.camunda.client.protocol.rest with parameters of type BatchOperationStateEnumModifier and TypeMethodDescriptionAdvancedBatchOperationStateFilter.$eq(BatchOperationStateEnum $eq) BatchOperationStateFilterProperty.$eq(BatchOperationStateEnum $eq) AdvancedBatchOperationStateFilter.$neq(BatchOperationStateEnum $neq) BatchOperationStateFilterProperty.$neq(BatchOperationStateEnum $neq) AdvancedBatchOperationStateFilter.add$InItem(BatchOperationStateEnum $inItem) BatchOperationStateFilterProperty.add$InItem(BatchOperationStateEnum $inItem) voidAdvancedBatchOperationStateFilter.set$Eq(BatchOperationStateEnum $eq) voidBatchOperationStateFilterProperty.set$Eq(BatchOperationStateEnum $eq) voidAdvancedBatchOperationStateFilter.set$Neq(BatchOperationStateEnum $neq) voidBatchOperationStateFilterProperty.set$Neq(BatchOperationStateEnum $neq) Method parameters in io.camunda.client.protocol.rest with type arguments of type BatchOperationStateEnumModifier and TypeMethodDescriptionAdvancedBatchOperationStateFilter.$in(List<BatchOperationStateEnum> $in) BatchOperationStateFilterProperty.$in(List<BatchOperationStateEnum> $in) voidAdvancedBatchOperationStateFilter.set$In(List<BatchOperationStateEnum> $in) voidBatchOperationStateFilterProperty.set$In(List<BatchOperationStateEnum> $in)