Uses of Enum
org.camunda.community.rest.client.dto.TaskQueryDtoSortingInner.SortOrderEnum
Packages that use TaskQueryDtoSortingInner.SortOrderEnum
-
Uses of TaskQueryDtoSortingInner.SortOrderEnum in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return TaskQueryDtoSortingInner.SortOrderEnumModifier and TypeMethodDescriptionTaskQueryDtoSortingInner.getSortOrder()Sort the results in a given order.Returns the enum constant of this type with the specified name.TaskQueryDtoSortingInner.SortOrderEnum.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 TaskQueryDtoSortingInner.SortOrderEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<TaskQueryDtoSortingInner.SortOrderEnum>TaskQueryDtoSortingInner.getSortOrder_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type TaskQueryDtoSortingInner.SortOrderEnumModifier and TypeMethodDescriptionvoidTaskQueryDtoSortingInner.setSortOrder(TaskQueryDtoSortingInner.SortOrderEnum sortOrder) TaskQueryDtoSortingInner.sortOrder(TaskQueryDtoSortingInner.SortOrderEnum sortOrder) Method parameters in org.camunda.community.rest.client.dto with type arguments of type TaskQueryDtoSortingInner.SortOrderEnumModifier and TypeMethodDescriptionvoidTaskQueryDtoSortingInner.setSortOrder_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<TaskQueryDtoSortingInner.SortOrderEnum> sortOrder)