Package com.docusign.esign.model
Class BccEmailAddress
- java.lang.Object
-
- com.docusign.esign.model.BccEmailAddress
-
- All Implemented Interfaces:
Serializable
public class BccEmailAddress extends Object implements Serializable
Contains information about the BCC email address..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BccEmailAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BccEmailAddress
bccEmailAddressId(String bccEmailAddressId)
bccEmailAddressId.BccEmailAddress
email(String email)
email.boolean
equals(Object o)
Compares objects.String
getBccEmailAddressId()
Only users with canManageAccount setting can use this option.String
getEmail()
Specifies the BCC email address.int
hashCode()
Returns the HashCode.void
setBccEmailAddressId(String bccEmailAddressId)
setBccEmailAddressId.void
setEmail(String email)
setEmail.String
toString()
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 '[email protected]' and you send an envelope using the BCC Email Override to send a BCC email to '[email protected]', then a copy of the envelope is only sent to the '[email protected]' 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.
-
-