Package com.mypurecloud.sdk.v2.model
Class QueueConversationSocialExpressionEventTopicMessageMetadata
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicMessageMetadata
- All Implemented Interfaces:
Serializable
public class QueueConversationSocialExpressionEventTopicMessageMetadata
extends Object
implements Serializable
Metadata information about a message.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueueConversationSocialExpressionEventTopicMessageMetadata(Boolean initWithEmptyList) -
Method Summary
-
Constructor Details
-
QueueConversationSocialExpressionEventTopicMessageMetadata
public QueueConversationSocialExpressionEventTopicMessageMetadata() -
QueueConversationSocialExpressionEventTopicMessageMetadata
-
-
Method Details
-
type
Message type. -
getType
-
setType
-
events
public QueueConversationSocialExpressionEventTopicMessageMetadata events(List<QueueConversationSocialExpressionEventTopicMessageMetadataEvent> events) List of message events, if any -
getEvents
-
setEvents
-
content
public QueueConversationSocialExpressionEventTopicMessageMetadata content(List<QueueConversationSocialExpressionEventTopicMessageMetadataContent> content) List of message content, if any -
getContent
-
setContent
public void setContent(List<QueueConversationSocialExpressionEventTopicMessageMetadataContent> content) -
equals
-
hashCode
public int hashCode() -
toString
-