Uses of Class
org.camunda.community.rest.client.dto.JobQueryDtoSortingInner
Packages that use JobQueryDtoSortingInner
-
Uses of JobQueryDtoSortingInner in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return JobQueryDtoSortingInnerModifier and TypeMethodDescriptionJobQueryDtoSortingInner.sortBy(JobQueryDtoSortingInner.SortByEnum sortBy) JobQueryDtoSortingInner.sortOrder(JobQueryDtoSortingInner.SortOrderEnum sortOrder) Methods in org.camunda.community.rest.client.dto that return types with arguments of type JobQueryDtoSortingInnerModifier and TypeMethodDescriptionJobQueryDto.getSorting()An array of criteria to sort the result by.org.openapitools.jackson.nullable.JsonNullable<List<JobQueryDtoSortingInner>>JobQueryDto.getSorting_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type JobQueryDtoSortingInnerModifier and TypeMethodDescriptionJobQueryDto.addSortingItem(JobQueryDtoSortingInner sortingItem) Method parameters in org.camunda.community.rest.client.dto with type arguments of type JobQueryDtoSortingInnerModifier and TypeMethodDescriptionvoidJobQueryDto.setSorting(List<JobQueryDtoSortingInner> sorting) voidJobQueryDto.setSorting_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<JobQueryDtoSortingInner>> sorting) JobQueryDto.sorting(List<JobQueryDtoSortingInner> sorting)