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