Uses of Class
com.unboundid.scim.sdk.SortParameters

Packages that use SortParameters
com.unboundid.scim.sdk   
 

Uses of SortParameters in com.unboundid.scim.sdk
 

Methods in com.unboundid.scim.sdk that return SortParameters
 SortParameters GetResourcesRequest.getSortParameters()
          Retrieve the sorting parameters of the request.
 

Methods in com.unboundid.scim.sdk with parameters of type SortParameters
 Resources<R> SCIMEndpoint.query(String filter, SortParameters sortParameters, PageParameters pageParameters, String... requestedAttributes)
          Retrieves all resource instances that match the provided filter.
 

Constructors in com.unboundid.scim.sdk with parameters of type SortParameters
GetResourcesRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, SCIMFilter filter, SortParameters sortParameters, PageParameters pageParameters, SCIMQueryAttributes attributes)
          Create a new SCIM Get Resource request from the provided information.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.