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

Packages that use PageParameters
com.unboundid.scim.sdk   
 

Uses of PageParameters in com.unboundid.scim.sdk
 

Methods in com.unboundid.scim.sdk that return PageParameters
 PageParameters GetResourcesRequest.getPageParameters()
          Retrieve the pagination parameters of the request.
 

Methods in com.unboundid.scim.sdk with parameters of type PageParameters
 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 PageParameters
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.