Uses of Class
org.camunda.community.rest.client.dto.ProcessInstanceQueryDtoSortingInner
Packages that use ProcessInstanceQueryDtoSortingInner
-
Uses of ProcessInstanceQueryDtoSortingInner in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return ProcessInstanceQueryDtoSortingInnerModifier and TypeMethodDescriptionProcessInstanceQueryDtoSortingInner.sortBy(ProcessInstanceQueryDtoSortingInner.SortByEnum sortBy) ProcessInstanceQueryDtoSortingInner.sortOrder(ProcessInstanceQueryDtoSortingInner.SortOrderEnum sortOrder) Methods in org.camunda.community.rest.client.dto that return types with arguments of type ProcessInstanceQueryDtoSortingInnerModifier and TypeMethodDescriptionProcessInstanceQueryDto.getSorting()Apply sorting of the resultorg.openapitools.jackson.nullable.JsonNullable<List<ProcessInstanceQueryDtoSortingInner>>ProcessInstanceQueryDto.getSorting_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type ProcessInstanceQueryDtoSortingInnerModifier and TypeMethodDescriptionProcessInstanceQueryDto.addSortingItem(ProcessInstanceQueryDtoSortingInner sortingItem) Method parameters in org.camunda.community.rest.client.dto with type arguments of type ProcessInstanceQueryDtoSortingInnerModifier and TypeMethodDescriptionvoidProcessInstanceQueryDto.setSorting(List<ProcessInstanceQueryDtoSortingInner> sorting) voidProcessInstanceQueryDto.setSorting_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<ProcessInstanceQueryDtoSortingInner>> sorting) ProcessInstanceQueryDto.sorting(List<ProcessInstanceQueryDtoSortingInner> sorting)