Uses of Class
io.camunda.client.protocol.rest.JobStateFilterProperty
Packages that use JobStateFilterProperty
-
Uses of JobStateFilterProperty in io.camunda.client.impl.search.filter.builder
Methods in io.camunda.client.impl.search.filter.builder that return JobStateFilterPropertyModifier and TypeMethodDescriptionprotected JobStateFilterPropertyJobStatePropertyImpl.getSearchRequestProperty() -
Uses of JobStateFilterProperty in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return JobStateFilterPropertyModifier and TypeMethodDescriptionJobStateFilterProperty.$eq(JobStateEnum $eq) JobStateFilterProperty.$in(List<JobStateEnum> $in) JobStateFilterProperty.$neq(JobStateEnum $neq) JobStateFilterProperty.add$InItem(JobStateEnum $inItem) JobFilter.getState()The state of the job.Methods in io.camunda.client.protocol.rest with parameters of type JobStateFilterPropertyModifier and TypeMethodDescriptionvoidJobFilter.setState(JobStateFilterProperty state) JobFilter.state(JobStateFilterProperty state)