@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class BulkRecipient extends Object
| Constructor and Description |
|---|
BulkRecipient() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccessCode()
If a value is provided, the recipient must enter the value as the access code to view and sign the envelope.
|
String |
getEmail()
Specifies the recipient’s email address.
|
List<ErrorDetails> |
getErrorDetails()
Array or errors.
|
String |
getIdentification()
Specifies the authentication check used for the signer.
|
String |
getName()
Specifies the recipient’s name.
|
String |
getNote()
Specifies a note that is unique to this recipient.
|
String |
getPhoneNumber()
This is only used if the Identification field value is Phone or SMS.
|
List<BulkRecipientSignatureProvider> |
getRecipientSignatureProviderInfo() |
String |
getRowNumber() |
List<BulkRecipientTabLabel> |
getTabLabels()
Specifies values used to populate recipient tabs with information.
|
int |
hashCode() |
void |
setAccessCode(String accessCode) |
void |
setEmail(String email) |
void |
setErrorDetails(List<ErrorDetails> errorDetails) |
void |
setIdentification(String identification) |
void |
setName(String name) |
void |
setNote(String note) |
void |
setPhoneNumber(String phoneNumber) |
void |
setRecipientSignatureProviderInfo(List<BulkRecipientSignatureProvider> recipientSignatureProviderInfo) |
void |
setRowNumber(String rowNumber) |
void |
setTabLabels(List<BulkRecipientTabLabel> tabLabels) |
String |
toString() |
public String getAccessCode()
If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. \n\nMaximum Length: 50 characters and it must conform to the account’s access code format setting.\n\nIf blank, but the signer accessCode property is set in the envelope, then that value is used.\n\nIf blank and the signer accessCode property is not set, then the access code is not required.
public void setAccessCode(String accessCode)
public String getEmail()
Specifies the recipient’s email address. \n\nMaximum length: 100 characters.
public void setEmail(String email)
public List<ErrorDetails> getErrorDetails()
Array or errors.
public void setErrorDetails(List<ErrorDetails> errorDetails)
public String getIdentification()
Specifies the authentication check used for the signer. If blank then no authentication check is required for the signer. Only one value can be used in this field.\n\nThe acceptable values are:\n\n* KBA: Enables the normal ID check authentication set up for your account.\n* Phone: Enables phone authentication.\n* SMS: Enables SMS authentication.
public void setIdentification(String identification)
public String getName()
Specifies the recipient’s name. \n\nMaximum length: 50 characters.
public void setName(String name)
public String getNote()
Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen.\n\nMaximum Length: 1000 characters.
public void setNote(String note)
public String getPhoneNumber()
This is only used if the Identification field value is Phone or SMS. The value for this field can be a valid telephone number or, if Phone, usersupplied (SMS authentication cannot use a user supplied number). Parenthesis and dashes can be used in the telephone number.\n\nIf usersupplied is used, the signer supplies his or her own telephone number.
public void setPhoneNumber(String phoneNumber)
public List<BulkRecipientSignatureProvider> getRecipientSignatureProviderInfo()
public void setRecipientSignatureProviderInfo(List<BulkRecipientSignatureProvider> recipientSignatureProviderInfo)
public String getRowNumber()
public void setRowNumber(String rowNumber)
public List<BulkRecipientTabLabel> getTabLabels()
Specifies values used to populate recipient tabs with information. This allows each bulk recipient signer to have different values for their associated tabs. Any number of tabLabel columns can be added to the bulk recipient file.\n\nThe information used in the bulk recipient file header must be the same as the tabLabel for the tab.\n\nThe values entered in this column are automatically inserted into the corresponding tab for the recipient in the same row.\n\nNote that this option cannot be used for tabs that do not have data or that are automatically populated data such as Signature, Full Name, Email Address, Company, Title, and Date Signed tabs.
public void setTabLabels(List<BulkRecipientTabLabel> tabLabels)
Copyright © 2017. All Rights Reserved.