com.unboundid.scim.sdk
Class DeleteResourceRequest

java.lang.Object
  extended by com.unboundid.scim.sdk.SCIMRequest
      extended by com.unboundid.scim.sdk.DeleteResourceRequest

public final class DeleteResourceRequest
extends SCIMRequest

This class represents a SCIM Delete Resource request delete a single resource.


Constructor Summary
DeleteResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, String resourceID)
          Create a new SCIM Delete Resource request from the provided information.
 
Method Summary
 String getResourceID()
          Get the requested resource ID.
 
Methods inherited from class com.unboundid.scim.sdk.SCIMRequest
getAuthenticatedUserID, getBaseURL, getResourceDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteResourceRequest

public DeleteResourceRequest(URI baseURL,
                             String authenticatedUserID,
                             ResourceDescriptor resourceDescriptor,
                             String resourceID)
Create a new SCIM Delete Resource request from the provided information.

Parameters:
baseURL - The base URL for the SCIM service.
authenticatedUserID - The authenticated user name or null if the request is not authenticated.
resourceDescriptor - The ResourceDescriptor associated with this request.
resourceID - The target resource ID.
Method Detail

getResourceID

public String getResourceID()
Get the requested resource ID.

Returns:
The requested resource ID.


Copyright © 2011-2012 UnboundID. All Rights Reserved.