Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicInternalMessage
Packages that use QueueConversationSocialExpressionEventTopicInternalMessage
-
Uses of QueueConversationSocialExpressionEventTopicInternalMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationSocialExpressionEventTopicInternalMessageModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicInternalMessage.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.QueueConversationSocialExpressionEventTopicInternalMessage.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.QueueConversationSocialExpressionEventTopicInternalMessage.disconnectType(QueueConversationSocialExpressionEventTopicInternalMessage.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.QueueConversationSocialExpressionEventTopicInternalMessage.fromAddress(QueueConversationSocialExpressionEventTopicAddress fromAddress) Address and name data for a call endpoint.A globally unique identifier for this communication.QueueConversationSocialExpressionEventTopicInternalMessage.initialState(QueueConversationSocialExpressionEventTopicInternalMessage.InitialStateEnum initialState) QueueConversationSocialExpressionEventTopicInternalMessage.messages(List<QueueConversationSocialExpressionEventTopicInternalMessageDetails> messages) The messages sent on this communication channel.The id of the peer communication corresponding to a matching leg for this communication.The source provider of the message.QueueConversationSocialExpressionEventTopicInternalMessage.sourceUserId(String sourceUserId) The user ID for the participant on sending side of the internal message conversation.QueueConversationSocialExpressionEventTopicInternalMessage.state(QueueConversationSocialExpressionEventTopicInternalMessage.StateEnum state) QueueConversationSocialExpressionEventTopicInternalMessage.targetUserId(String targetUserId) The user ID for the participant on receiving side of the internal message conversation.QueueConversationSocialExpressionEventTopicInternalMessage.toAddress(QueueConversationSocialExpressionEventTopicAddress toAddress) Address and name data for a call endpoint.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationSocialExpressionEventTopicInternalMessageModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicParticipant.getInternalMessages()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationSocialExpressionEventTopicInternalMessageModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicParticipant.internalMessages(List<QueueConversationSocialExpressionEventTopicInternalMessage> internalMessages) voidQueueConversationSocialExpressionEventTopicParticipant.setInternalMessages(List<QueueConversationSocialExpressionEventTopicInternalMessage> internalMessages)