Uses of Class
io.camunda.client.protocol.rest.MappingSearchQuerySortRequest
Packages that use MappingSearchQuerySortRequest
-
Uses of MappingSearchQuerySortRequest in io.camunda.client.impl.search
Methods in io.camunda.client.impl.search that return types with arguments of type MappingSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<MappingSearchQuerySortRequest> SearchQuerySortRequestMapper.toMappingSearchQuerySortRequest(List<SearchQuerySortRequest> requests) Method parameters in io.camunda.client.impl.search with type arguments of type MappingSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<SearchQuerySortRequest> SearchQuerySortRequestMapper.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)