Package com.mypurecloud.sdk.v2.model
Class ConversationChannel
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationChannel
- All Implemented Interfaces:
Serializable
ConversationChannel
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumMessage type for messaging conversations.static enumThe type or category of this channel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()messageType(ConversationChannel.MessageTypeEnum messageType) Message type for messaging conversations.The source provider for the conversation (e.g.voidsetMessageType(ConversationChannel.MessageTypeEnum messageType) voidsetPlatform(String platform) voidtoString()The type or category of this channel.
-
Constructor Details
-
ConversationChannel
public ConversationChannel() -
ConversationChannel
-
-
Method Details
-
type
The type or category of this channel. -
getType
-
setType
-
messageType
Message type for messaging conversations. -
getMessageType
-
setMessageType
-
platform
The source provider for the conversation (e.g. Edge, PureCloud Messaging, PureCloud Email). -
getPlatform
-
setPlatform
-
equals
-
hashCode
public int hashCode() -
toString
-