Package com.mypurecloud.sdk.v2.model
Class Domains
java.lang.Object
com.mypurecloud.sdk.v2.model.Domains
- All Implemented Interfaces:
Serializable
The domain list settings.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowExistingEmailParticipants(Boolean allowExistingEmailParticipants) Allow reply and forward to recipients included in the previous email, ignoring the authorized domains listallowOutboundToAnyDomainAcd(Boolean allowOutboundToAnyDomainAcd) Allow new outbound email (no existing conversation) to be sent to any domain, ignoring the authorized domains list.This setting applies only to new outbound emails sent on behalf of queue or agentless, NOT campaigns.This setting can only be true if allowExistingEmailParticipants is also true.authorizedDomains(AuthorizedDomains authorizedDomains) The authorized domains settings for email processing.booleaninthashCode()voidsetAllowExistingEmailParticipants(Boolean allowExistingEmailParticipants) voidsetAllowOutboundToAnyDomainAcd(Boolean allowOutboundToAnyDomainAcd) voidsetAuthorizedDomains(AuthorizedDomains authorizedDomains) toString()
-
Constructor Details
-
Domains
public Domains() -
Domains
-
-
Method Details
-
authorizedDomains
The authorized domains settings for email processing. -
getAuthorizedDomains
-
setAuthorizedDomains
-
allowExistingEmailParticipants
Allow reply and forward to recipients included in the previous email, ignoring the authorized domains list -
getAllowExistingEmailParticipants
-
setAllowExistingEmailParticipants
-
allowOutboundToAnyDomainAcd
Allow new outbound email (no existing conversation) to be sent to any domain, ignoring the authorized domains list.This setting applies only to new outbound emails sent on behalf of queue or agentless, NOT campaigns.This setting can only be true if allowExistingEmailParticipants is also true. -
getAllowOutboundToAnyDomainAcd
-
setAllowOutboundToAnyDomainAcd
-
equals
-
hashCode
public int hashCode() -
toString
-