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