Package com.mypurecloud.sdk.v2.model
Class ScimV2PatchOperation
java.lang.Object
com.mypurecloud.sdk.v2.model.ScimV2PatchOperation
- All Implemented Interfaces:
Serializable
Defines a SCIM PATCH operation. The path and value follow very specific rules based on operation types. See section 3.5.2 \"Modifying with PATCH\" in RFC 7644 for details.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe PATCH operation to perform. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetOp()getPath()com.fasterxml.jackson.databind.JsonNodegetValue()inthashCode()The PATCH operation to perform.The attribute path that describes the target of the operation.voidvoidvoidsetValue(com.fasterxml.jackson.databind.JsonNode value) toString()value(com.fasterxml.jackson.databind.JsonNode value) The value to set in the path.
-
Constructor Details
-
ScimV2PatchOperation
public ScimV2PatchOperation() -
ScimV2PatchOperation
-
-
Method Details
-
op
The PATCH operation to perform. -
getOp
-
setOp
-
path
The attribute path that describes the target of the operation. Required for a \"remove\" operation. -
getPath
-
setPath
-
value
The value to set in the path. -
getValue
public com.fasterxml.jackson.databind.JsonNode getValue() -
setValue
public void setValue(com.fasterxml.jackson.databind.JsonNode value) -
equals
-
hashCode
public int hashCode() -
toString
-