Uses of Class
io.camunda.client.protocol.rest.UserSearchQuerySortRequest
Packages that use UserSearchQuerySortRequest
-
Uses of UserSearchQuerySortRequest in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request that return types with arguments of type UserSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<UserSearchQuerySortRequest> SearchRequestSortMapper.toUserSearchQuerySortRequest(List<SearchRequestSort> requests) Method parameters in io.camunda.client.impl.search.request with type arguments of type UserSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<SearchRequestSort> SearchRequestSortMapper.fromUserSearchQuerySortRequest(List<UserSearchQuerySortRequest> requests) -
Uses of UserSearchQuerySortRequest in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return UserSearchQuerySortRequestModifier and TypeMethodDescriptionUserSearchQuerySortRequest.field(UserSearchQuerySortRequest.FieldEnum field) UserSearchQuerySortRequest.order(SortOrderEnum order) Methods in io.camunda.client.protocol.rest that return types with arguments of type UserSearchQuerySortRequestMethods in io.camunda.client.protocol.rest with parameters of type UserSearchQuerySortRequestModifier and TypeMethodDescriptionUserSearchQueryRequest.addSortItem(UserSearchQuerySortRequest sortItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type UserSearchQuerySortRequestModifier and TypeMethodDescriptionvoidUserSearchQueryRequest.setSort(List<UserSearchQuerySortRequest> sort) UserSearchQueryRequest.sort(List<UserSearchQuerySortRequest> sort)