Uses of Class
io.camunda.client.protocol.rest.RoleGroupSearchQuerySortRequest
Packages that use RoleGroupSearchQuerySortRequest
-
Uses of RoleGroupSearchQuerySortRequest in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request that return types with arguments of type RoleGroupSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<RoleGroupSearchQuerySortRequest> SearchRequestSortMapper.toRoleGroupSearchQuerySortRequest(List<SearchRequestSort> requests) -
Uses of RoleGroupSearchQuerySortRequest in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return RoleGroupSearchQuerySortRequestModifier and TypeMethodDescriptionRoleGroupSearchQuerySortRequest.field(RoleGroupSearchQuerySortRequest.FieldEnum field) RoleGroupSearchQuerySortRequest.order(SortOrderEnum order) Methods in io.camunda.client.protocol.rest that return types with arguments of type RoleGroupSearchQuerySortRequestMethods in io.camunda.client.protocol.rest with parameters of type RoleGroupSearchQuerySortRequestModifier and TypeMethodDescriptionRoleGroupSearchQueryRequest.addSortItem(RoleGroupSearchQuerySortRequest sortItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type RoleGroupSearchQuerySortRequestModifier and TypeMethodDescriptionvoidRoleGroupSearchQueryRequest.setSort(List<RoleGroupSearchQuerySortRequest> sort) RoleGroupSearchQueryRequest.sort(List<RoleGroupSearchQuerySortRequest> sort)