Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationEventTopicEmail
Packages that use QueueConversationEventTopicEmail
-
Uses of QueueConversationEventTopicEmail in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationEventTopicEmailModifier and TypeMethodDescriptionQueueConversationEventTopicEmail.afterCallWork(QueueConversationEventTopicAfterCallWork afterCallWork) A communication's after-call work data.QueueConversationEventTopicEmail.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.QueueConversationEventTopicEmail.autoGenerated(Boolean autoGenerated) Indicates that the email was auto-generated like an Out of Office reply.QueueConversationEventTopicEmail.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.QueueConversationEventTopicEmail.direction(QueueConversationEventTopicEmail.DirectionEnum direction) Whether an email is inbound or outbound.QueueConversationEventTopicEmail.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.QueueConversationEventTopicEmail.disconnectType(QueueConversationEventTopicEmail.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.QueueConversationEventTopicEmail.draftAttachments(List<QueueConversationEventTopicAttachment> draftAttachments) A list of uploaded attachments on the email draft.QueueConversationEventTopicEmail.errorInfo(QueueConversationEventTopicErrorDetails 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.QueueConversationEventTopicEmail.initialState(QueueConversationEventTopicEmail.InitialStateEnum initialState) A globally unique identifier for the stored content of this communication.QueueConversationEventTopicEmail.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.QueueConversationEventTopicEmail.queueMediaSettings(QueueConversationEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.QueueConversationEventTopicEmail.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.QueueConversationEventTopicEmail.startHoldTime(Date startHoldTime) The timestamp the email was placed on hold in the cloud clock if the email is currently on hold.QueueConversationEventTopicEmail.state(QueueConversationEventTopicEmail.StateEnum state) The subject for the initial email that started this conversation.QueueConversationEventTopicEmail.wrapup(QueueConversationEventTopicWrapup wrapup) Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationEventTopicEmailMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationEventTopicEmailModifier and TypeMethodDescriptionQueueConversationEventTopicParticipant.emails(List<QueueConversationEventTopicEmail> emails) voidQueueConversationEventTopicParticipant.setEmails(List<QueueConversationEventTopicEmail> emails)