Package com.mypurecloud.sdk.v2.model
Class UserCustomAttributesUpdateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.UserCustomAttributesUpdateRequest
- All Implemented Interfaces:
Serializable
UserCustomAttributesUpdateRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, Object> attributes) The map of attribute values.booleaninthashCode()The id of the schema that dictates which attributes can be included.schemaVersion(Integer schemaVersion) The version of the schema.voidsetAttributes(Map<String, Object> attributes) voidsetSchemaId(String schemaId) voidsetSchemaVersion(Integer schemaVersion) toString()
-
Constructor Details
-
UserCustomAttributesUpdateRequest
public UserCustomAttributesUpdateRequest() -
UserCustomAttributesUpdateRequest
-
-
Method Details
-
schemaId
The id of the schema that dictates which attributes can be included. -
getSchemaId
-
setSchemaId
-
schemaVersion
The version of the schema. -
getSchemaVersion
-
setSchemaVersion
-
attributes
The map of attribute values. -
getAttributes
-
setAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-