Uses of Class
io.camunda.client.protocol.rest.AuthorizationSearchQuerySortRequest
Packages that use AuthorizationSearchQuerySortRequest
-
Uses of AuthorizationSearchQuerySortRequest in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request that return types with arguments of type AuthorizationSearchQuerySortRequestModifier and TypeMethodDescriptionSearchRequestSortMapper.toAuthorizationSearchQuerySortRequest(List<SearchRequestSort> requests) Method parameters in io.camunda.client.impl.search.request with type arguments of type AuthorizationSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<SearchRequestSort> SearchRequestSortMapper.fromAuthorizationSearchQuerySortRequest(List<AuthorizationSearchQuerySortRequest> requests) -
Uses of AuthorizationSearchQuerySortRequest in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return AuthorizationSearchQuerySortRequestModifier and TypeMethodDescriptionAuthorizationSearchQuerySortRequest.field(AuthorizationSearchQuerySortRequest.FieldEnum field) AuthorizationSearchQuerySortRequest.order(SortOrderEnum order) Methods in io.camunda.client.protocol.rest that return types with arguments of type AuthorizationSearchQuerySortRequestMethods in io.camunda.client.protocol.rest with parameters of type AuthorizationSearchQuerySortRequestModifier and TypeMethodDescriptionAuthorizationSearchQuery.addSortItem(AuthorizationSearchQuerySortRequest sortItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type AuthorizationSearchQuerySortRequestModifier and TypeMethodDescriptionvoidAuthorizationSearchQuery.setSort(List<AuthorizationSearchQuerySortRequest> sort) AuthorizationSearchQuery.sort(List<AuthorizationSearchQuerySortRequest> sort)