Uses of Enum
org.camunda.community.rest.client.dto.TaskDto.DelegationStateEnum
Packages that use TaskDto.DelegationStateEnum
-
Uses of TaskDto.DelegationStateEnum in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return TaskDto.DelegationStateEnumModifier and TypeMethodDescriptionstatic TaskDto.DelegationStateEnumTaskDto.getDelegationState()The task's delegation state.static TaskDto.DelegationStateEnumReturns the enum constant of this type with the specified name.static TaskDto.DelegationStateEnum[]TaskDto.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 TaskDto.DelegationStateEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<TaskDto.DelegationStateEnum>TaskDto.getDelegationState_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type TaskDto.DelegationStateEnumModifier and TypeMethodDescriptionTaskDto.delegationState(TaskDto.DelegationStateEnum delegationState) voidTaskDto.setDelegationState(TaskDto.DelegationStateEnum delegationState) Method parameters in org.camunda.community.rest.client.dto with type arguments of type TaskDto.DelegationStateEnumModifier and TypeMethodDescriptionvoidTaskDto.setDelegationState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<TaskDto.DelegationStateEnum> delegationState)