Class BccEmailAddress


  • public class BccEmailAddress
    extends Object
    Contains information about the BCC email address..
    • Constructor Detail

      • BccEmailAddress

        public BccEmailAddress()
    • Method Detail

      • bccEmailAddressId

        public BccEmailAddress bccEmailAddressId​(String bccEmailAddressId)
        bccEmailAddressId.
        Returns:
        BccEmailAddress
      • getBccEmailAddressId

        public String getBccEmailAddressId()
        Only users with canManageAccount setting can use this option. An array of up to 5 email addresses the envelope is sent to as a BCC email. Example: If your account has BCC for Email Archive set up for the email address 'archive@mycompany.com' and you send an envelope using the BCC Email Override to send a BCC email to 'salesarchive@mycompany.com', then a copy of the envelope is only sent to the 'salesarchive@mycompany.com' email address..
        Returns:
        bccEmailAddressId
      • setBccEmailAddressId

        public void setBccEmailAddressId​(String bccEmailAddressId)
        setBccEmailAddressId.
      • getEmail

        public String getEmail()
        Specifies the BCC email address. DocuSign verifies that the email format is correct, but does not verify that the email is active.Using this overrides the BCC for Email Archive information setting for this envelope. Maximum of length: 100 characters. .
        Returns:
        email
      • setEmail

        public void setEmail​(String email)
        setEmail.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object