Uses of Class
io.camunda.client.protocol.rest.RoleSearchQuerySortRequest
Packages that use RoleSearchQuerySortRequest
-
Uses of RoleSearchQuerySortRequest in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request that return types with arguments of type RoleSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<RoleSearchQuerySortRequest> SearchRequestSortMapper.toRoleSearchQuerySortRequest(List<SearchRequestSort> requests) Method parameters in io.camunda.client.impl.search.request with type arguments of type RoleSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<SearchRequestSort> SearchRequestSortMapper.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)