Package com.mypurecloud.sdk.v2.model
Class InboundDomainCreateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.InboundDomainCreateRequest
- All Implemented Interfaces:
Serializable
InboundDomainCreateRequest
- See Also:
-
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(EmailSettingReference emailSetting) The email settings to associate with this domain.booleangetId()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.voidsetCustomSMTPServer(DomainEntityRef customSMTPServer) voidsetEmailSetting(EmailSettingReference emailSetting) voidsetGraphApiSettings(GraphApiSettings graphApiSettings) voidvoidsetImapSettings(ImapSettings imapSettings) voidsetMailFromSettings(MailFromResult mailFromSettings) voidsetSubDomain(Boolean subDomain) Indicates if this a PureCloud sub-domain.toString()
-
Constructor Details
-
InboundDomainCreateRequest
public InboundDomainCreateRequest() -
InboundDomainCreateRequest
-
-
Method Details
-
id
Unique Id of the domain such as: example.com -
getId
-
setId
-
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 to associate with this domain. -
getEmailSetting
-
setEmailSetting
-
equals
-
hashCode
public int hashCode() -
toString
-