Uses of Class
io.camunda.client.protocol.rest.GroupSearchQuerySortRequest
Packages that use GroupSearchQuerySortRequest
-
Uses of GroupSearchQuerySortRequest in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request that return types with arguments of type GroupSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<GroupSearchQuerySortRequest> SearchRequestSortMapper.toGroupSearchQuerySortRequest(List<SearchRequestSort> requests) Method parameters in io.camunda.client.impl.search.request with type arguments of type GroupSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<SearchRequestSort> SearchRequestSortMapper.fromGroupSearchQuerySortRequest(List<GroupSearchQuerySortRequest> requests) -
Uses of GroupSearchQuerySortRequest in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return GroupSearchQuerySortRequestModifier and TypeMethodDescriptionGroupSearchQuerySortRequest.field(GroupSearchQuerySortRequest.FieldEnum field) GroupSearchQuerySortRequest.order(SortOrderEnum order) Methods in io.camunda.client.protocol.rest that return types with arguments of type GroupSearchQuerySortRequestMethods in io.camunda.client.protocol.rest with parameters of type GroupSearchQuerySortRequestModifier and TypeMethodDescriptionGroupSearchQueryRequest.addSortItem(GroupSearchQuerySortRequest sortItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type GroupSearchQuerySortRequestModifier and TypeMethodDescriptionvoidGroupSearchQueryRequest.setSort(List<GroupSearchQuerySortRequest> sort) GroupSearchQueryRequest.sort(List<GroupSearchQuerySortRequest> sort)