Uses of Class
io.camunda.client.protocol.rest.AgentInstanceSearchQuerySortRequest
Packages that use AgentInstanceSearchQuerySortRequest
-
Uses of AgentInstanceSearchQuerySortRequest in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request that return types with arguments of type AgentInstanceSearchQuerySortRequestModifier and TypeMethodDescriptionSearchRequestSortMapper.toAgentInstanceSearchQuerySortRequest(List<SearchRequestSort> requests) -
Uses of AgentInstanceSearchQuerySortRequest in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return AgentInstanceSearchQuerySortRequestModifier and TypeMethodDescriptionAgentInstanceSearchQuerySortRequest.field(AgentInstanceSearchQuerySortRequest.FieldEnum field) AgentInstanceSearchQuerySortRequest.order(SortOrderEnum order) Methods in io.camunda.client.protocol.rest that return types with arguments of type AgentInstanceSearchQuerySortRequestMethods in io.camunda.client.protocol.rest with parameters of type AgentInstanceSearchQuerySortRequestModifier and TypeMethodDescriptionAgentInstanceSearchQuery.addSortItem(AgentInstanceSearchQuerySortRequest sortItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type AgentInstanceSearchQuerySortRequestModifier and TypeMethodDescriptionvoidAgentInstanceSearchQuery.setSort(List<AgentInstanceSearchQuerySortRequest> sort) AgentInstanceSearchQuery.sort(List<AgentInstanceSearchQuerySortRequest> sort)