Uses of Class
io.camunda.client.protocol.rest.BatchOperationSearchQuerySortRequest
Packages that use BatchOperationSearchQuerySortRequest
-
Uses of BatchOperationSearchQuerySortRequest in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request that return types with arguments of type BatchOperationSearchQuerySortRequestModifier and TypeMethodDescriptionSearchRequestSortMapper.toBatchOperationSearchQuerySortRequest(List<SearchRequestSort> requests) -
Uses of BatchOperationSearchQuerySortRequest in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return BatchOperationSearchQuerySortRequestModifier and TypeMethodDescriptionBatchOperationSearchQuerySortRequest.field(BatchOperationSearchQuerySortRequest.FieldEnum field) BatchOperationSearchQuerySortRequest.order(SortOrderEnum order) Methods in io.camunda.client.protocol.rest that return types with arguments of type BatchOperationSearchQuerySortRequestMethods in io.camunda.client.protocol.rest with parameters of type BatchOperationSearchQuerySortRequestModifier and TypeMethodDescriptionBatchOperationSearchQuery.addSortItem(BatchOperationSearchQuerySortRequest sortItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type BatchOperationSearchQuerySortRequestModifier and TypeMethodDescriptionvoidBatchOperationSearchQuery.setSort(List<BatchOperationSearchQuerySortRequest> sort) BatchOperationSearchQuery.sort(List<BatchOperationSearchQuerySortRequest> sort)