Package com.mypurecloud.sdk.v2.model
Class OpenInboundMessageMessagingChannel
java.lang.Object
com.mypurecloud.sdk.v2.model.OpenInboundMessageMessagingChannel
- All Implemented Interfaces:
Serializable
Open Channel-specific information that describes the message and the message channel/provider, with additional message information
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanInformation about the recipient the message is received from.getFrom()getTime()inthashCode()Unique provider ID of the message.metadata(ConversationChannelMetadata metadata) Additional Custom Information about the channel.voidvoidsetMessageId(String messageId) voidsetMetadata(ConversationChannelMetadata metadata) voidOriginal time of the event.toString()
-
Constructor Details
-
OpenInboundMessageMessagingChannel
public OpenInboundMessageMessagingChannel() -
OpenInboundMessageMessagingChannel
-
-
Method Details
-
from
Information about the recipient the message is received from. -
getFrom
-
setFrom
-
time
Original time of the event. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getTime
-
setTime
-
messageId
Unique provider ID of the message. -
getMessageId
-
setMessageId
-
metadata
Additional Custom Information about the channel. -
getMetadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-