Uses of Enum
org.camunda.community.rest.client.dto.TaskQueryDto.DelegationStateEnum
Packages that use TaskQueryDto.DelegationStateEnum
-
Uses of TaskQueryDto.DelegationStateEnum in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return TaskQueryDto.DelegationStateEnumModifier and TypeMethodDescriptionTaskQueryDto.getDelegationState()Restrict to tasks that are in the given delegation state.Returns the enum constant of this type with the specified name.static TaskQueryDto.DelegationStateEnum[]TaskQueryDto.DelegationStateEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.camunda.community.rest.client.dto that return types with arguments of type TaskQueryDto.DelegationStateEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<TaskQueryDto.DelegationStateEnum>TaskQueryDto.getDelegationState_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type TaskQueryDto.DelegationStateEnumModifier and TypeMethodDescriptionTaskQueryDto.delegationState(TaskQueryDto.DelegationStateEnum delegationState) voidTaskQueryDto.setDelegationState(TaskQueryDto.DelegationStateEnum delegationState) Method parameters in org.camunda.community.rest.client.dto with type arguments of type TaskQueryDto.DelegationStateEnumModifier and TypeMethodDescriptionvoidTaskQueryDto.setDelegationState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<TaskQueryDto.DelegationStateEnum> delegationState)