Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicEmail
Packages that use QueueConversationSocialExpressionEventTopicEmail
-
Uses of QueueConversationSocialExpressionEventTopicEmail in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationSocialExpressionEventTopicEmailModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicEmail.afterCallWork(QueueConversationSocialExpressionEventTopicAfterCallWork afterCallWork) A communication's after-call work data.QueueConversationSocialExpressionEventTopicEmail.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.QueueConversationSocialExpressionEventTopicEmail.autoGenerated(Boolean autoGenerated) Indicates that the email was auto-generated like an Out of Office reply.QueueConversationSocialExpressionEventTopicEmail.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.QueueConversationSocialExpressionEventTopicEmail.direction(QueueConversationSocialExpressionEventTopicEmail.DirectionEnum direction) Whether an email is inbound or outbound.QueueConversationSocialExpressionEventTopicEmail.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.QueueConversationSocialExpressionEventTopicEmail.disconnectType(QueueConversationSocialExpressionEventTopicEmail.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.QueueConversationSocialExpressionEventTopicEmail.draftAttachments(List<QueueConversationSocialExpressionEventTopicAttachment> draftAttachments) A list of uploaded attachments on the email draft.QueueConversationSocialExpressionEventTopicEmail.errorInfo(QueueConversationSocialExpressionEventTopicErrorDetails errorInfo) Detailed information about an error response.True if this call is held and the person on this side hears silence.A globally unique identifier for this communication.QueueConversationSocialExpressionEventTopicEmail.initialState(QueueConversationSocialExpressionEventTopicEmail.InitialStateEnum initialState) A globally unique identifier for the stored content of this communication.QueueConversationSocialExpressionEventTopicEmail.messagesSent(Long messagesSent) The number of email messages sent by this participant.The time when an parked email was parked.The id of the peer communication corresponding to a matching leg for this communication.The source provider of the email.QueueConversationSocialExpressionEventTopicEmail.queueMediaSettings(QueueConversationSocialExpressionEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.QueueConversationSocialExpressionEventTopicEmail.resumeTime(Date resumeTime) The time when a parked email should resume.The UUID of the script to use.Indicates if the inbound email was marked as spam.QueueConversationSocialExpressionEventTopicEmail.startHoldTime(Date startHoldTime) The timestamp the email was placed on hold in the cloud clock if the email is currently on hold.QueueConversationSocialExpressionEventTopicEmail.state(QueueConversationSocialExpressionEventTopicEmail.StateEnum state) The subject for the initial email that started this conversation.QueueConversationSocialExpressionEventTopicEmail.wrapup(QueueConversationSocialExpressionEventTopicWrapup wrapup) Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationSocialExpressionEventTopicEmailModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicParticipant.getEmails()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationSocialExpressionEventTopicEmailModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicParticipant.emails(List<QueueConversationSocialExpressionEventTopicEmail> emails) voidQueueConversationSocialExpressionEventTopicParticipant.setEmails(List<QueueConversationSocialExpressionEventTopicEmail> emails)