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