Uses of Class
io.camunda.client.protocol.rest.TenantUserSearchQuerySortRequest
Packages that use TenantUserSearchQuerySortRequest
-
Uses of TenantUserSearchQuerySortRequest in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request that return types with arguments of type TenantUserSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<TenantUserSearchQuerySortRequest> SearchRequestSortMapper.toTenantUserSearchQuerySortRequest(List<SearchRequestSort> requests) -
Uses of TenantUserSearchQuerySortRequest in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return TenantUserSearchQuerySortRequestModifier and TypeMethodDescriptionTenantUserSearchQuerySortRequest.field(TenantUserSearchQuerySortRequest.FieldEnum field) TenantUserSearchQuerySortRequest.order(SortOrderEnum order) Methods in io.camunda.client.protocol.rest that return types with arguments of type TenantUserSearchQuerySortRequestMethods in io.camunda.client.protocol.rest with parameters of type TenantUserSearchQuerySortRequestModifier and TypeMethodDescriptionTenantUserSearchQueryRequest.addSortItem(TenantUserSearchQuerySortRequest sortItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type TenantUserSearchQuerySortRequestModifier and TypeMethodDescriptionvoidTenantUserSearchQueryRequest.setSort(List<TenantUserSearchQuerySortRequest> sort) TenantUserSearchQueryRequest.sort(List<TenantUserSearchQuerySortRequest> sort)