Package com.docusign.esign.model
Class BccEmailAddress
- java.lang.Object
-
- com.docusign.esign.model.BccEmailAddress
-
public class BccEmailAddress extends 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 BccEmailAddressbccEmailAddressId(String bccEmailAddressId)bccEmailAddressId.BccEmailAddressemail(String email)email.booleanequals(Object o)Compares objects.StringgetBccEmailAddressId()Only users with canManageAccount setting can use this option.StringgetEmail()Specifies the BCC email address.inthashCode()Returns the HashCode.voidsetBccEmailAddressId(String bccEmailAddressId)setBccEmailAddressId.voidsetEmail(String email)setEmail.StringtoString()Converts the given object to string.
-
-
-
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.
-
email
public BccEmailAddress email(String email)
email.- Returns:
- BccEmailAddress
-
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:
-
setEmail
public void setEmail(String email)
setEmail.
-
equals
public boolean equals(Object o)
Compares objects.
-
-