public class BulkEnvelope extends Object
| Constructor and Description |
|---|
BulkEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
BulkEnvelope |
bulkRecipientRow(String bulkRecipientRow) |
BulkEnvelope |
bulkStatus(String bulkStatus) |
BulkEnvelope |
email(String email) |
BulkEnvelope |
envelopeId(String envelopeId) |
BulkEnvelope |
envelopeUri(String envelopeUri) |
boolean |
equals(Object o) |
BulkEnvelope |
errorDetails(ErrorDetails errorDetails) |
String |
getBulkRecipientRow()
Reserved: TBD
|
String |
getBulkStatus()
Indicates the status of the bulk send operation.
|
String |
getEmail() |
String |
getEnvelopeId()
The envelope ID of the envelope status that failed to post.
|
String |
getEnvelopeUri()
Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes.
|
ErrorDetails |
getErrorDetails()
Get errorDetails
|
String |
getName() |
String |
getSubmittedDateTime() |
String |
getTransactionId()
Used to identify an envelope.
|
int |
hashCode() |
BulkEnvelope |
name(String name) |
void |
setBulkRecipientRow(String bulkRecipientRow) |
void |
setBulkStatus(String bulkStatus) |
void |
setEmail(String email) |
void |
setEnvelopeId(String envelopeId) |
void |
setEnvelopeUri(String envelopeUri) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setName(String name) |
void |
setSubmittedDateTime(String submittedDateTime) |
void |
setTransactionId(String transactionId) |
BulkEnvelope |
submittedDateTime(String submittedDateTime) |
String |
toString() |
BulkEnvelope |
transactionId(String transactionId) |
public BulkEnvelope bulkRecipientRow(String bulkRecipientRow)
public String getBulkRecipientRow()
public void setBulkRecipientRow(String bulkRecipientRow)
public BulkEnvelope bulkStatus(String bulkStatus)
public String getBulkStatus()
public void setBulkStatus(String bulkStatus)
public BulkEnvelope email(String email)
public String getEmail()
public void setEmail(String email)
public BulkEnvelope envelopeId(String envelopeId)
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public BulkEnvelope envelopeUri(String envelopeUri)
public String getEnvelopeUri()
public void setEnvelopeUri(String envelopeUri)
public BulkEnvelope errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public BulkEnvelope name(String name)
public String getName()
public void setName(String name)
public BulkEnvelope submittedDateTime(String submittedDateTime)
public String getSubmittedDateTime()
public void setSubmittedDateTime(String submittedDateTime)
public BulkEnvelope transactionId(String transactionId)
public String getTransactionId()
public void setTransactionId(String transactionId)
Copyright © 2020. All rights reserved.