Package com.mypurecloud.sdk.v2.model
Class UserCustomAttributes
java.lang.Object
com.mypurecloud.sdk.v2.model.UserCustomAttributes
- All Implemented Interfaces:
Serializable
UserCustomAttributes
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, Object> attributes) The map of attribute values.booleangetId()getName()inthashCode()schema(DataSchema schema) The schema that dictates which attributes can be included.voidsetAttributes(Map<String, Object> attributes) voidvoidsetSchema(DataSchema schema) voidtoString()The user's Id which the attributes are being assigned to.
-
Constructor Details
-
UserCustomAttributes
public UserCustomAttributes() -
UserCustomAttributes
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
userId
The user's Id which the attributes are being assigned to. -
getUserId
-
setUserId
-
schema
The schema that dictates which attributes can be included. -
getSchema
-
setSchema
-
attributes
The map of attribute values. -
getAttributes
-
setAttributes
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-