Uses of Class
io.camunda.client.protocol.rest.TenantSearchQuerySortRequest
Packages that use TenantSearchQuerySortRequest
-
Uses of TenantSearchQuerySortRequest in io.camunda.client.impl.search
Methods in io.camunda.client.impl.search that return types with arguments of type TenantSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<TenantSearchQuerySortRequest> SearchQuerySortRequestMapper.toTenantSearchQuerySortRequest(List<SearchQuerySortRequest> requests) Method parameters in io.camunda.client.impl.search with type arguments of type TenantSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<SearchQuerySortRequest> SearchQuerySortRequestMapper.fromTenantSearchQuerySortRequest(List<TenantSearchQuerySortRequest> requests) -
Uses of TenantSearchQuerySortRequest in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return TenantSearchQuerySortRequestModifier and TypeMethodDescriptionTenantSearchQuerySortRequest.field(TenantSearchQuerySortRequest.FieldEnum field) TenantSearchQuerySortRequest.order(SortOrderEnum order) Methods in io.camunda.client.protocol.rest that return types with arguments of type TenantSearchQuerySortRequestMethods in io.camunda.client.protocol.rest with parameters of type TenantSearchQuerySortRequestModifier and TypeMethodDescriptionTenantSearchQueryRequest.addSortItem(TenantSearchQuerySortRequest sortItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type TenantSearchQuerySortRequestModifier and TypeMethodDescriptionvoidTenantSearchQueryRequest.setSort(List<TenantSearchQuerySortRequest> sort) TenantSearchQueryRequest.sort(List<TenantSearchQuerySortRequest> sort)