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