Package com.mypurecloud.sdk.v2.model
Class ScimV2PatchRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.ScimV2PatchRequest
- All Implemented Interfaces:
Serializable
Defines a SCIM PATCH request. See section 3.5.2 \"Modifying with PATCH\" in RFC 7644 for details.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()operations(List<ScimV2PatchOperation> operations) The list of operations to perform for the PATCH request.The list of schemas used in the PATCH request.voidsetOperations(List<ScimV2PatchOperation> operations) voidsetSchemas(List<String> schemas) toString()
-
Constructor Details
-
ScimV2PatchRequest
public ScimV2PatchRequest() -
ScimV2PatchRequest
-
-
Method Details
-
schemas
The list of schemas used in the PATCH request. -
getSchemas
-
setSchemas
-
operations
The list of operations to perform for the PATCH request. -
getOperations
-
setOperations
-
equals
-
hashCode
public int hashCode() -
toString
-