Package com.mypurecloud.sdk.v2.model
Class CallHistoryConversation
java.lang.Object
com.mypurecloud.sdk.v2.model.CallHistoryConversation
- All Implemented Interfaces:
Serializable
CallHistoryConversation
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe direction of the call relating to the current user -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondirection(CallHistoryConversation.DirectionEnum direction) The direction of the call relating to the current userbooleangetId()getName()hadCobrowse(Boolean hadCobrowse) Did this conversation have a cobrowse sessionhadScreenShare(Boolean hadScreenShare) Did this conversation have a screen share sessioninthashCode()missedCall(Boolean missedCall) Did the user not answer this conversationparticipants(List<CallHistoryParticipant> participants) The list of participants involved in the conversation.voidvoidsetHadCobrowse(Boolean hadCobrowse) voidsetHadScreenShare(Boolean hadScreenShare) voidsetMissedCall(Boolean missedCall) voidvoidsetParticipants(List<CallHistoryParticipant> participants) voidsetStartTime(Date startTime) voidsetWasCallback(Boolean wasCallback) voidsetWasConference(Boolean wasConference) voidsetWasOutboundCampaign(Boolean wasOutboundCampaign) voidsetWentToVoicemail(Boolean wentToVoicemail) The time the user joined the conversation.toString()wasCallback(Boolean wasCallback) Was this conversation a callbackwasConference(Boolean wasConference) Was this conversation a conferencewasOutboundCampaign(Boolean wasOutboundCampaign) Was this conversation associated with an outbound campaignwentToVoicemail(Boolean wentToVoicemail) Did the call end in the current user's voicemail
-
Constructor Details
-
CallHistoryConversation
public CallHistoryConversation() -
CallHistoryConversation
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
participants
The list of participants involved in the conversation. -
getParticipants
-
setParticipants
-
direction
The direction of the call relating to the current user -
getDirection
-
setDirection
-
wentToVoicemail
Did the call end in the current user's voicemail -
getWentToVoicemail
-
setWentToVoicemail
-
missedCall
Did the user not answer this conversation -
getMissedCall
-
setMissedCall
-
startTime
The time the user joined the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getStartTime
-
setStartTime
-
wasConference
Was this conversation a conference -
getWasConference
-
setWasConference
-
wasCallback
Was this conversation a callback -
getWasCallback
-
setWasCallback
-
hadCobrowse
Did this conversation have a cobrowse session -
getHadCobrowse
-
setHadCobrowse
-
wasOutboundCampaign
Was this conversation associated with an outbound campaign -
getWasOutboundCampaign
-
setWasOutboundCampaign
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-