Class BccEmailAddress


  • public class BccEmailAddress
    extends java.lang.Object
    Contains information about the BCC email address..
    • Constructor Summary

      Constructors 
      Constructor Description
      BccEmailAddress()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BccEmailAddress bccEmailAddressId​(java.lang.String bccEmailAddressId)
      bccEmailAddressId.
      BccEmailAddress email​(java.lang.String email)
      email.
      boolean equals​(java.lang.Object o)
      Compares objects.
      java.lang.String getBccEmailAddressId()
      Only users with canManageAccount setting can use this option.
      java.lang.String getEmail()
      Specifies the BCC email address.
      int hashCode()
      Returns the HashCode.
      void setBccEmailAddressId​(java.lang.String bccEmailAddressId)
      setBccEmailAddressId.
      void setEmail​(java.lang.String email)
      setEmail.
      java.lang.String toString()
      Converts the given object to string.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BccEmailAddress

        public BccEmailAddress()
    • Method Detail

      • bccEmailAddressId

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

        public java.lang.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​(java.lang.String bccEmailAddressId)
        setBccEmailAddressId.
      • email

        public BccEmailAddress email​(java.lang.String email)
        email.
        Returns:
        BccEmailAddress
      • getEmail

        public java.lang.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​(java.lang.String email)
        setEmail.
      • equals

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

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

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