com.unboundid.scim.data
Class PatchConfig
java.lang.Object
com.unboundid.scim.data.PatchConfig
public class PatchConfig
- extends Object
A complex type that specifies PATCH configuration options.
|
Constructor Summary |
PatchConfig(boolean supported)
Create a PatchConfig instance. |
PATCH_CONFIG_RESOLVER
public static final AttributeValueResolver<PatchConfig> PATCH_CONFIG_RESOLVER
- The
AttributeValueResolver that resolves SCIM attribute values
to/from PatchConfig instances.
PatchConfig
public PatchConfig(boolean supported)
- Create a
PatchConfig instance.
- Parameters:
supported - Specifies whether the PATCH operation is supported.
isSupported
public boolean isSupported()
- Indicates whether the PATCH operation is supported.
- Returns:
true if the PATCH operation is 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.