Uses of Enum
io.camunda.client.protocol.rest.JobListenerEventTypeEnum
Packages that use JobListenerEventTypeEnum
-
Uses of JobListenerEventTypeEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return JobListenerEventTypeEnumModifier and TypeMethodDescriptionstatic JobListenerEventTypeEnumAdvancedJobListenerEventTypeFilter.get$Eq()Checks for equality with the provided value.JobListenerEventTypeFilterProperty.get$Eq()Checks for equality with the provided value.AdvancedJobListenerEventTypeFilter.get$Neq()Checks for inequality with the provided value.JobListenerEventTypeFilterProperty.get$Neq()Checks for inequality with the provided value.ActivatedJobResult.getListenerEventType()Get listenerEventTypeJobSearchResult.getListenerEventType()Get listenerEventTypestatic JobListenerEventTypeEnumReturns the enum constant of this type with the specified name.static JobListenerEventTypeEnum[]JobListenerEventTypeEnum.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 JobListenerEventTypeEnumModifier and TypeMethodDescriptionAdvancedJobListenerEventTypeFilter.get$In()Checks if the property matches any of the provided values.JobListenerEventTypeFilterProperty.get$In()Checks if the property matches any of the provided values.Methods in io.camunda.client.protocol.rest with parameters of type JobListenerEventTypeEnumModifier and TypeMethodDescriptionAdvancedJobListenerEventTypeFilter.$eq(JobListenerEventTypeEnum $eq) JobListenerEventTypeFilterProperty.$eq(JobListenerEventTypeEnum $eq) AdvancedJobListenerEventTypeFilter.$neq(JobListenerEventTypeEnum $neq) JobListenerEventTypeFilterProperty.$neq(JobListenerEventTypeEnum $neq) AdvancedJobListenerEventTypeFilter.add$InItem(JobListenerEventTypeEnum $inItem) JobListenerEventTypeFilterProperty.add$InItem(JobListenerEventTypeEnum $inItem) ActivatedJobResult.listenerEventType(JobListenerEventTypeEnum listenerEventType) JobSearchResult.listenerEventType(JobListenerEventTypeEnum listenerEventType) voidAdvancedJobListenerEventTypeFilter.set$Eq(JobListenerEventTypeEnum $eq) voidJobListenerEventTypeFilterProperty.set$Eq(JobListenerEventTypeEnum $eq) voidAdvancedJobListenerEventTypeFilter.set$Neq(JobListenerEventTypeEnum $neq) voidJobListenerEventTypeFilterProperty.set$Neq(JobListenerEventTypeEnum $neq) voidActivatedJobResult.setListenerEventType(JobListenerEventTypeEnum listenerEventType) voidJobSearchResult.setListenerEventType(JobListenerEventTypeEnum listenerEventType) Method parameters in io.camunda.client.protocol.rest with type arguments of type JobListenerEventTypeEnumModifier and TypeMethodDescriptionAdvancedJobListenerEventTypeFilter.$in(List<JobListenerEventTypeEnum> $in) JobListenerEventTypeFilterProperty.$in(List<JobListenerEventTypeEnum> $in) voidAdvancedJobListenerEventTypeFilter.set$In(List<JobListenerEventTypeEnum> $in) voidJobListenerEventTypeFilterProperty.set$In(List<JobListenerEventTypeEnum> $in)