@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()
public void setAccessCode(String accessCode)
public String getEmail()
public void setEmail(String email)
public List<ErrorDetails> getErrorDetails()
public void setErrorDetails(List<ErrorDetails> errorDetails)
public String getIdentification()
public void setIdentification(String identification)
public String getName()
public void setName(String name)
public String getNote()
public void setNote(String note)
public String getPhoneNumber()
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()
public void setTabLabels(List<BulkRecipientTabLabel> tabLabels)
Copyright © 2017. All rights reserved.