Uses of Enum
io.camunda.client.protocol.rest.JobStateEnum
Packages that use JobStateEnum
-
Uses of JobStateEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return JobStateEnumModifier and TypeMethodDescriptionstatic JobStateEnumAdvancedJobStateFilter.get$Eq()Checks for equality with the provided value.JobStateFilterProperty.get$Eq()Checks for equality with the provided value.AdvancedJobStateFilter.get$Neq()Checks for inequality with the provided value.JobStateFilterProperty.get$Neq()Checks for inequality with the provided value.JobSearchResult.getState()Get statestatic JobStateEnumReturns the enum constant of this type with the specified name.static JobStateEnum[]JobStateEnum.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 JobStateEnumModifier and TypeMethodDescriptionAdvancedJobStateFilter.get$In()Checks if the property matches any of the provided values.JobStateFilterProperty.get$In()Checks if the property matches any of the provided values.Methods in io.camunda.client.protocol.rest with parameters of type JobStateEnumModifier and TypeMethodDescriptionAdvancedJobStateFilter.$eq(JobStateEnum $eq) JobStateFilterProperty.$eq(JobStateEnum $eq) AdvancedJobStateFilter.$neq(JobStateEnum $neq) JobStateFilterProperty.$neq(JobStateEnum $neq) AdvancedJobStateFilter.add$InItem(JobStateEnum $inItem) JobStateFilterProperty.add$InItem(JobStateEnum $inItem) voidAdvancedJobStateFilter.set$Eq(JobStateEnum $eq) voidJobStateFilterProperty.set$Eq(JobStateEnum $eq) voidAdvancedJobStateFilter.set$Neq(JobStateEnum $neq) voidJobStateFilterProperty.set$Neq(JobStateEnum $neq) voidJobSearchResult.setState(JobStateEnum state) JobSearchResult.state(JobStateEnum state) Method parameters in io.camunda.client.protocol.rest with type arguments of type JobStateEnumModifier and TypeMethodDescriptionAdvancedJobStateFilter.$in(List<JobStateEnum> $in) JobStateFilterProperty.$in(List<JobStateEnum> $in) voidAdvancedJobStateFilter.set$In(List<JobStateEnum> $in) voidJobStateFilterProperty.set$In(List<JobStateEnum> $in)