Uses of Class
io.camunda.client.protocol.rest.RoleSearchQuerySortRequest
Packages that use RoleSearchQuerySortRequest
-
Uses of RoleSearchQuerySortRequest in io.camunda.client.impl.search
Methods in io.camunda.client.impl.search that return types with arguments of type RoleSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<RoleSearchQuerySortRequest> SearchQuerySortRequestMapper.toRoleSearchQuerySortRequest(List<SearchQuerySortRequest> requests) Method parameters in io.camunda.client.impl.search with type arguments of type RoleSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<SearchQuerySortRequest> SearchQuerySortRequestMapper.fromRoleSearchQuerySortRequest(List<RoleSearchQuerySortRequest> requests) -
Uses of RoleSearchQuerySortRequest in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return RoleSearchQuerySortRequestModifier and TypeMethodDescriptionRoleSearchQuerySortRequest.field(RoleSearchQuerySortRequest.FieldEnum field) RoleSearchQuerySortRequest.order(SortOrderEnum order) Methods in io.camunda.client.protocol.rest that return types with arguments of type RoleSearchQuerySortRequestMethods in io.camunda.client.protocol.rest with parameters of type RoleSearchQuerySortRequestModifier and TypeMethodDescriptionRoleSearchQueryRequest.addSortItem(RoleSearchQuerySortRequest sortItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type RoleSearchQuerySortRequestModifier and TypeMethodDescriptionvoidRoleSearchQueryRequest.setSort(List<RoleSearchQuerySortRequest> sort) RoleSearchQueryRequest.sort(List<RoleSearchQuerySortRequest> sort)