Package com.mypurecloud.sdk.v2.model
Class InboundDomain
java.lang.Object
com.mypurecloud.sdk.v2.model.InboundDomain
- All Implemented Interfaces:
Serializable
InboundDomain
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomSMTPServer(DomainEntityRef customSMTPServer) The custom SMTP server integration to use when sending outbound emails from this domain.emailSetting(EmailSetting emailSetting) The email settings associated with this domain.booleangetId()getName()graphApiSettings(GraphApiSettings graphApiSettings) The GraphAPI server integration and settings to use for processing inbound and outbound emails.inthashCode()Unique Id of the domain such as: example.comimapSettings(ImapSettings imapSettings) The IMAP server integration and settings to use for processing inbound emails.mailFromSettings(MailFromResult mailFromSettings) The DNS settings if the inbound domain is using a custom Mail From.mxRecordStatus(InboundDomain.MxRecordStatusEnum mxRecordStatus) Mx Record StatusvoidsetCustomSMTPServer(DomainEntityRef customSMTPServer) voidsetEmailSetting(EmailSetting emailSetting) voidsetGraphApiSettings(GraphApiSettings graphApiSettings) voidvoidsetImapSettings(ImapSettings imapSettings) voidsetMailFromSettings(MailFromResult mailFromSettings) voidsetMxRecordStatus(InboundDomain.MxRecordStatusEnum mxRecordStatus) voidvoidsetSubDomain(Boolean subDomain) Indicates if this a PureCloud sub-domain.toString()
-
Constructor Details
-
InboundDomain
public InboundDomain() -
InboundDomain
-
-
Method Details
-
id
Unique Id of the domain such as: example.com -
getId
-
setId
-
name
-
getName
-
setName
-
mxRecordStatus
Mx Record Status -
getMxRecordStatus
-
setMxRecordStatus
-
subDomain
Indicates if this a PureCloud sub-domain. If true, then the appropriate DNS records are created for sending/receiving email. -
getSubDomain
-
setSubDomain
-
mailFromSettings
The DNS settings if the inbound domain is using a custom Mail From. These settings can only be used on InboundDomains where subDomain is false. -
getMailFromSettings
-
setMailFromSettings
-
customSMTPServer
The custom SMTP server integration to use when sending outbound emails from this domain. -
getCustomSMTPServer
-
setCustomSMTPServer
-
imapSettings
The IMAP server integration and settings to use for processing inbound emails. -
getImapSettings
-
setImapSettings
-
graphApiSettings
The GraphAPI server integration and settings to use for processing inbound and outbound emails. -
getGraphApiSettings
-
setGraphApiSettings
-
emailSetting
The email settings associated with this domain. -
getEmailSetting
-
setEmailSetting
-
getDmarcVerificationResult
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-