Class ScimV2PatchOperation

java.lang.Object
com.mypurecloud.sdk.v2.model.ScimV2PatchOperation
All Implemented Interfaces:
Serializable

public class ScimV2PatchOperation extends Object implements 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:
  • Constructor Details

    • ScimV2PatchOperation

      public ScimV2PatchOperation()
    • ScimV2PatchOperation

      public ScimV2PatchOperation(Boolean initWithEmptyList)
  • Method Details