public class PatchConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static AttributeValueResolver<PatchConfig> |
PATCH_CONFIG_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from PatchConfig instances. |
| Constructor and Description |
|---|
PatchConfig(boolean supported)
Create a
PatchConfig instance. |
public static final AttributeValueResolver<PatchConfig> PATCH_CONFIG_RESOLVER
AttributeValueResolver that resolves SCIM attribute values
to/from PatchConfig instances.public PatchConfig(boolean supported)
PatchConfig instance.supported - Specifies whether the PATCH operation is supported.public boolean isSupported()
true if the PATCH operation is supported.Copyright © 2011–2016 UnboundID. All rights reserved.