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