Uses of Enum
org.camunda.community.rest.client.dto.JobQueryDtoSortingInner.SortByEnum
Packages that use JobQueryDtoSortingInner.SortByEnum
-
Uses of JobQueryDtoSortingInner.SortByEnum in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return JobQueryDtoSortingInner.SortByEnumModifier and TypeMethodDescriptionJobQueryDtoSortingInner.getSortBy()Sort the results lexicographically by a given criterion.Returns the enum constant of this type with the specified name.static JobQueryDtoSortingInner.SortByEnum[]JobQueryDtoSortingInner.SortByEnum.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.SortByEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<JobQueryDtoSortingInner.SortByEnum>JobQueryDtoSortingInner.getSortBy_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type JobQueryDtoSortingInner.SortByEnumModifier and TypeMethodDescriptionvoidJobQueryDtoSortingInner.setSortBy(JobQueryDtoSortingInner.SortByEnum sortBy) JobQueryDtoSortingInner.sortBy(JobQueryDtoSortingInner.SortByEnum sortBy) Method parameters in org.camunda.community.rest.client.dto with type arguments of type JobQueryDtoSortingInner.SortByEnumModifier and TypeMethodDescriptionvoidJobQueryDtoSortingInner.setSortBy_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<JobQueryDtoSortingInner.SortByEnum> sortBy)