com.unboundid.scim.sdk.examples
Class ClientExample.DeviceResource

java.lang.Object
  extended by com.unboundid.scim.data.BaseResource
      extended by com.unboundid.scim.sdk.examples.ClientExample.DeviceResource
All Implemented Interfaces:
SCIMResponse
Enclosing class:
ClientExample

public static class ClientExample.DeviceResource
extends BaseResource

A device resource extension.


Field Summary
 
Fields inherited from class com.unboundid.scim.data.BaseResource
BASE_RESOURCE_FACTORY
 
Constructor Summary
ClientExample.DeviceResource(ResourceDescriptor resourceDescriptor)
          Create a new empty device resource.
ClientExample.DeviceResource(ResourceDescriptor resourceDescriptor, SCIMObject scimObject)
          Create a device resource based on the provided SCIMObject.
 
Method Summary
 String getVendorName()
          Retrieves the vendor name of this device.
 
Methods inherited from class com.unboundid.scim.data.BaseResource
equals, getAttributeValues, getExternalId, getId, getMeta, getResourceDescriptor, getScimObject, getSingularAttributeValue, hashCode, marshal, setAttributeValues, setExternalId, setId, setMeta, setSingularAttributeValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientExample.DeviceResource

public ClientExample.DeviceResource(ResourceDescriptor resourceDescriptor)
Create a new empty device resource.

Parameters:
resourceDescriptor - The resource descriptor of this resource.

ClientExample.DeviceResource

public ClientExample.DeviceResource(ResourceDescriptor resourceDescriptor,
                                    SCIMObject scimObject)
Create a device resource based on the provided SCIMObject.

Parameters:
resourceDescriptor - The resource descriptor of this resource.
scimObject - The SCIMObject containing all the attributes and values.
Method Detail

getVendorName

public String getVendorName()
Retrieves the vendor name of this device.

Returns:
The vendor name of this device.


Copyright © 2011-2012 UnboundID. All Rights Reserved.