Package com.mypurecloud.sdk.v2.model
Class CustomAttributes
java.lang.Object
com.mypurecloud.sdk.v2.model.CustomAttributes
- All Implemented Interfaces:
Serializable
CustomAttributes
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversationId(String conversationId) The id of the conversation.customAttributes(Map<String, Object> customAttributes) The map of attribute values.dateCreated(Date dateCreated) The date the record was created.dateModified(Date dateModified) The date the record was last updated.The list of division ids that the record is visible in.booleangetId()getName()inthashCode()The id of the Custom Attributes record.schema(ConversationDataSchema schema) The schema that dictates which attributes can be included.voidsetConversationId(String conversationId) voidsetCustomAttributes(Map<String, Object> customAttributes) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDivisions(List<String> divisions) voidvoidvoidsetSchema(ConversationDataSchema schema) voidsetVersion(Integer version) toString()The latest version of the Custom Attributes record.
-
Constructor Details
-
CustomAttributes
public CustomAttributes() -
CustomAttributes
-
-
Method Details
-
id
The id of the Custom Attributes record. -
getId
-
setId
-
name
-
getName
-
setName
-
conversationId
The id of the conversation. -
getConversationId
-
setConversationId
-
divisions
The list of division ids that the record is visible in. If [], the record is visible to all divisions (Unassigned Division). -
getDivisions
-
setDivisions
-
schema
The schema that dictates which attributes can be included. -
getSchema
-
setSchema
-
customAttributes
The map of attribute values. -
getCustomAttributes
-
setCustomAttributes
-
getCustomAttributesTimestamps
-
version
The latest version of the Custom Attributes record. -
getVersion
-
setVersion
-
dateCreated
The date the record was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
The date the record was last updated. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-