Uses of Class
io.camunda.client.protocol.rest.MappingSearchQuerySortRequest
Packages that use MappingSearchQuerySortRequest
-
Uses of MappingSearchQuerySortRequest in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request that return types with arguments of type MappingSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<MappingSearchQuerySortRequest> SearchRequestSortMapper.toMappingSearchQuerySortRequest(List<SearchRequestSort> requests) Method parameters in io.camunda.client.impl.search.request with type arguments of type MappingSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<SearchRequestSort> SearchRequestSortMapper.fromMappingSearchQuerySortRequest(List<MappingSearchQuerySortRequest> requests) -
Uses of MappingSearchQuerySortRequest in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return MappingSearchQuerySortRequestModifier and TypeMethodDescriptionMappingSearchQuerySortRequest.field(MappingSearchQuerySortRequest.FieldEnum field) MappingSearchQuerySortRequest.order(SortOrderEnum order) Methods in io.camunda.client.protocol.rest that return types with arguments of type MappingSearchQuerySortRequestMethods in io.camunda.client.protocol.rest with parameters of type MappingSearchQuerySortRequestModifier and TypeMethodDescriptionMappingSearchQueryRequest.addSortItem(MappingSearchQuerySortRequest sortItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type MappingSearchQuerySortRequestModifier and TypeMethodDescriptionvoidMappingSearchQueryRequest.setSort(List<MappingSearchQuerySortRequest> sort) MappingSearchQueryRequest.sort(List<MappingSearchQuerySortRequest> sort)