Package com.mypurecloud.sdk.v2.model
Class ConversationMessagingChannel
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationMessagingChannel
- All Implemented Interfaces:
Serializable
Channel-specific information that describes the message and the message channel/provider.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe provider type.static enumSpecifies if this message is part of a private or public conversation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFrom()getId()getTime()getTo()getType()inthashCode()publicMetadata(ConversationPublicMetadata publicMetadata) Information about a public message.voidsetPublicMetadata(ConversationPublicMetadata publicMetadata) voidtoString()Specifies if this message is part of a private or public conversation.
-
Constructor Details
-
ConversationMessagingChannel
public ConversationMessagingChannel() -
ConversationMessagingChannel
-
-
Method Details
-
getId
-
getPlatform
-
type
Specifies if this message is part of a private or public conversation. -
getType
-
setType
-
getMessageId
-
getTo
-
getFrom
-
getTime
-
getDateModified
-
getDateDeleted
-
publicMetadata
Information about a public message. -
getPublicMetadata
-
setPublicMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-