Package com.mypurecloud.sdk.v2.model
Class Touchpoint
java.lang.Object
com.mypurecloud.sdk.v2.model.Touchpoint
- All Implemented Interfaces:
Serializable
Touchpoint
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumMedia Type of the touchpoint; allowed values are Email, Message and Voice. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionID of agent.associatedValue(BigDecimal associatedValue) The value attributed to this touchpoint.conversationId(String conversationId) ID of conversation.createdDate(Date createdDate) Date conversation happened.booleaninthashCode()mediaType(Touchpoint.MediaTypeEnum mediaType) Media Type of the touchpoint; allowed values are Email, Message and Voice.voidsetAgentId(String agentId) voidsetAssociatedValue(BigDecimal associatedValue) voidsetConversationId(String conversationId) voidsetCreatedDate(Date createdDate) voidsetMediaType(Touchpoint.MediaTypeEnum mediaType) toString()
-
Constructor Details
-
Touchpoint
public Touchpoint() -
Touchpoint
-
-
Method Details
-
conversationId
ID of conversation. -
getConversationId
-
setConversationId
-
agentId
ID of agent. -
getAgentId
-
setAgentId
-
associatedValue
The value attributed to this touchpoint. -
getAssociatedValue
-
setAssociatedValue
-
mediaType
Media Type of the touchpoint; allowed values are Email, Message and Voice. -
getMediaType
-
setMediaType
-
createdDate
Date conversation happened. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getCreatedDate
-
setCreatedDate
-
equals
-
hashCode
public int hashCode() -
toString
-