Package com.mypurecloud.sdk.v2.model
Class OutboundDomainPatchRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.OutboundDomainPatchRequest
- All Implemented Interfaces:
Serializable
OutboundDomainPatchRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSender Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomSMTPServer(CustomSmtpServerRequest 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.booleaninthashCode()senderType(OutboundDomainPatchRequest.SenderTypeEnum senderType) Sender TypevoidsetCustomSMTPServer(CustomSmtpServerRequest customSMTPServer) voidsetEmailSetting(EmailSettingReference emailSetting) voidtoString()
-
Constructor Details
-
OutboundDomainPatchRequest
public OutboundDomainPatchRequest() -
OutboundDomainPatchRequest
-
-
Method Details
-
customSMTPServer
The custom SMTP server integration to use when sending outbound emails from this domain. -
getCustomSMTPServer
-
setCustomSMTPServer
-
senderType
Sender Type -
getSenderType
-
setSenderType
-
emailSetting
The email settings to associate with this domain. -
getEmailSetting
-
setEmailSetting
-
equals
-
hashCode
public int hashCode() -
toString
-