Class Domains

java.lang.Object
com.mypurecloud.sdk.v2.model.Domains
All Implemented Interfaces:
Serializable

public class Domains extends Object implements Serializable
The domain list settings.
See Also:
  • Constructor Details

    • Domains

      public Domains()
    • Domains

      public Domains(Boolean initWithEmptyList)
  • Method Details

    • authorizedDomains

      public Domains authorizedDomains(AuthorizedDomains authorizedDomains)
      The authorized domains settings for email processing.
    • getAuthorizedDomains

      public AuthorizedDomains getAuthorizedDomains()
    • setAuthorizedDomains

      public void setAuthorizedDomains(AuthorizedDomains authorizedDomains)
    • allowExistingEmailParticipants

      public Domains allowExistingEmailParticipants(Boolean allowExistingEmailParticipants)
      Allow reply and forward to recipients included in the previous email, ignoring the authorized domains list
    • getAllowExistingEmailParticipants

      public Boolean getAllowExistingEmailParticipants()
    • setAllowExistingEmailParticipants

      public void setAllowExistingEmailParticipants(Boolean allowExistingEmailParticipants)
    • allowOutboundToAnyDomainAcd

      public Domains allowOutboundToAnyDomainAcd(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.
    • getAllowOutboundToAnyDomainAcd

      public Boolean getAllowOutboundToAnyDomainAcd()
    • setAllowOutboundToAnyDomainAcd

      public void setAllowOutboundToAnyDomainAcd(Boolean allowOutboundToAnyDomainAcd)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object