com.unboundid.scim.sdk.examples
Class ClientExample.DeviceResource
java.lang.Object
com.unboundid.scim.data.BaseResource
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.
| 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 |
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.
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.