Package com.mypurecloud.sdk.v2.model
Class OutboundDomain
java.lang.Object
com.mypurecloud.sdk.v2.model.OutboundDomain
- All Implemented Interfaces:
Serializable
OutboundDomain
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncnameVerificationResult(VerificationResult cnameVerificationResult) CNAME registration StatusdkimVerificationResult(VerificationResult dkimVerificationResult) DKIM registration StatusemailSetting(EmailSetting emailSetting) The email settings associated with this domain.booleangetId()getName()inthashCode()Unique Id of the domain such as: example.comsenderType(OutboundDomain.SenderTypeEnum senderType) Sender TypevoidsetCnameVerificationResult(VerificationResult cnameVerificationResult) voidsetDkimVerificationResult(VerificationResult dkimVerificationResult) voidsetEmailSetting(EmailSetting emailSetting) voidvoidvoidsetSenderType(OutboundDomain.SenderTypeEnum senderType) toString()
-
Constructor Details
-
OutboundDomain
public OutboundDomain() -
OutboundDomain
-
-
Method Details
-
id
Unique Id of the domain such as: example.com -
getId
-
setId
-
name
-
getName
-
setName
-
cnameVerificationResult
CNAME registration Status -
getCnameVerificationResult
-
setCnameVerificationResult
-
dkimVerificationResult
DKIM registration Status -
getDkimVerificationResult
-
setDkimVerificationResult
-
senderType
Sender Type -
getSenderType
-
setSenderType
-
emailSetting
The email settings associated with this domain. -
getEmailSetting
-
setEmailSetting
-
getDmarcVerificationResult
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-