Uses of Class
org.camunda.community.rest.client.dto.HistoricBatchQueryDtoSortingInner
Packages that use HistoricBatchQueryDtoSortingInner
-
Uses of HistoricBatchQueryDtoSortingInner in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return HistoricBatchQueryDtoSortingInnerModifier and TypeMethodDescriptionHistoricBatchQueryDtoSortingInner.sortBy(HistoricBatchQueryDtoSortingInner.SortByEnum sortBy) HistoricBatchQueryDtoSortingInner.sortOrder(HistoricBatchQueryDtoSortingInner.SortOrderEnum sortOrder) Methods in org.camunda.community.rest.client.dto that return types with arguments of type HistoricBatchQueryDtoSortingInnerModifier and TypeMethodDescriptionHistoricBatchQueryDto.getSorting()An array of criteria to sort the result by.org.openapitools.jackson.nullable.JsonNullable<List<HistoricBatchQueryDtoSortingInner>>HistoricBatchQueryDto.getSorting_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type HistoricBatchQueryDtoSortingInnerModifier and TypeMethodDescriptionHistoricBatchQueryDto.addSortingItem(HistoricBatchQueryDtoSortingInner sortingItem) Method parameters in org.camunda.community.rest.client.dto with type arguments of type HistoricBatchQueryDtoSortingInnerModifier and TypeMethodDescriptionvoidHistoricBatchQueryDto.setSorting(List<HistoricBatchQueryDtoSortingInner> sorting) voidHistoricBatchQueryDto.setSorting_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<HistoricBatchQueryDtoSortingInner>> sorting) HistoricBatchQueryDto.sorting(List<HistoricBatchQueryDtoSortingInner> sorting)