com.unboundid.scim.data
Class ETagConfig

java.lang.Object
  extended by com.unboundid.scim.data.ETagConfig

public class ETagConfig
extends Object

A complex type that specifies ETag configuration options.


Field Summary
static AttributeValueResolver<ETagConfig> ETAG_CONFIG_RESOLVER
          The AttributeValueResolver that resolves SCIM attribute values to/from ETagConfig instances.
 
Constructor Summary
ETagConfig(boolean supported)
          Create a ETagConfig instance.
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 boolean isSupported()
          Indicates whether the ETag resource versions are supported.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ETAG_CONFIG_RESOLVER

public static final AttributeValueResolver<ETagConfig> ETAG_CONFIG_RESOLVER
The AttributeValueResolver that resolves SCIM attribute values to/from ETagConfig instances.

Constructor Detail

ETagConfig

public ETagConfig(boolean supported)
Create a ETagConfig instance.

Parameters:
supported - Specifies whether the ETag resource versions are supported.
Method Detail

isSupported

public boolean isSupported()
Indicates whether the ETag resource versions are supported.

Returns:
true if ETag resource versions are supported.

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011-2012 UnboundID. All Rights Reserved.