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

Packages that use SCIMQueryAttributes
com.unboundid.scim.sdk   
 

Uses of SCIMQueryAttributes in com.unboundid.scim.sdk
 

Methods in com.unboundid.scim.sdk that return SCIMQueryAttributes
 SCIMQueryAttributes ResourceReturningRequest.getAttributes()
          Get the set of requested attributes.
 SCIMQueryAttributes SCIMQueryAttributes.merge(SCIMQueryAttributes that)
          Return query attributes formed by merging these query attributes with the provided query attributes.
 

Methods in com.unboundid.scim.sdk with parameters of type SCIMQueryAttributes
 SCIMQueryAttributes SCIMQueryAttributes.merge(SCIMQueryAttributes that)
          Return query attributes formed by merging these query attributes with the provided query attributes.
 

Constructors in com.unboundid.scim.sdk with parameters of type SCIMQueryAttributes
GetResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, String resourceID, SCIMQueryAttributes attributes)
          Create a new SCIM Get Resource request from the provided information.
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.
PostResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, SCIMObject resourceObject, SCIMQueryAttributes attributes)
          Create a new SCIM Post Resource request from the provided information.
PutResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, String resourceID, SCIMObject resourceObject, SCIMQueryAttributes attributes)
          Create a new SCIM Put Resource request from the provided information.
ResourceReturningRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, SCIMQueryAttributes attributes)
          Create a new SCIM request from the provided information.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.