Package com.mypurecloud.sdk.v2.model
Class EmailInitialConfiguration
java.lang.Object
com.mypurecloud.sdk.v2.model.EmailInitialConfiguration
- All Implemented Interfaces:
Serializable
EmailInitialConfiguration
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalInfo(Map<String, String> additionalInfo) Additional metadata about this session which should be recorded by the platform but which will not be indexed or searchable.Indicates that this communication's initial state is alerting.An email addresses that this email is blind carbon copied to.An email addresses that this email is carbon copied to.booleanAn email address that this email is from.getBcc()getCc()getFrom()getHeld()getTo()inthashCode()Indicates that this communication's initial state is held.Indicates the direction of this communication with respect to the contact center.The id of the communication (the \"peer\") that \"invited\" this communication, if this occurred.previousEmailId(String previousEmailId) UUID identifying the most recent previous email communication ID from the same participant on this email conversation.voidsetAdditionalInfo(Map<String, String> additionalInfo) voidsetAlerting(Boolean alerting) voidvoidvoidvoidvoidsetInbound(Boolean inbound) voidsetInvitedBy(String invitedBy) voidsetPreviousEmailId(String previousEmailId) voidsetSubject(String subject) voidThe subject for this email.An email address that this email is to.toString()
-
Constructor Details
-
EmailInitialConfiguration
public EmailInitialConfiguration() -
EmailInitialConfiguration
-
-
Method Details
-
to
An email address that this email is to. -
getTo
-
setTo
-
from
An email address that this email is from. -
getFrom
-
setFrom
-
cc
An email addresses that this email is carbon copied to. -
getCc
-
setCc
-
bcc
An email addresses that this email is blind carbon copied to. -
getBcc
-
setBcc
-
subject
The subject for this email. -
getSubject
-
setSubject
-
previousEmailId
UUID identifying the most recent previous email communication ID from the same participant on this email conversation. Will be null if this is a new participant. -
getPreviousEmailId
-
setPreviousEmailId
-
held
Indicates that this communication's initial state is held. -
getHeld
-
setHeld
-
alerting
Indicates that this communication's initial state is alerting. If false, the communication started in a connected state. -
getAlerting
-
setAlerting
-
inbound
Indicates the direction of this communication with respect to the contact center. `true` means the communication is INBOUND. `false` means the communication is OUTBOUND. -
getInbound
-
setInbound
-
invitedBy
The id of the communication (the \"peer\") that \"invited\" this communication, if this occurred. -
getInvitedBy
-
setInvitedBy
-
additionalInfo
Additional metadata about this session which should be recorded by the platform but which will not be indexed or searchable. Primarily for diagnostic value. Any information that needs to be accessible through other components like Analytics should be moved to dedicated fields. -
getAdditionalInfo
-
setAdditionalInfo
-
equals
-
hashCode
public int hashCode() -
toString
-