@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class BulkEnvelope extends Object
| Constructor and Description |
|---|
BulkEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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() |
String |
getName() |
String |
getSubmittedDateTime() |
String |
getTransactionId()
Used to identify an envelope.
|
int |
hashCode() |
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) |
String |
toString() |
public String getBulkRecipientRow()
Reserved: TBD
public void setBulkRecipientRow(String bulkRecipientRow)
public String getBulkStatus()
Indicates the status of the bulk send operation. Returned values can be:\n* queued\n* processing\n* sent\n* failed
public void setBulkStatus(String bulkStatus)
public String getEmail()
public void setEmail(String email)
public String getEnvelopeId()
The envelope ID of the envelope status that failed to post.
public void setEnvelopeId(String envelopeId)
public String getEnvelopeUri()
Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes.
public void setEnvelopeUri(String envelopeUri)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getName()
public void setName(String name)
public String getSubmittedDateTime()
public void setSubmittedDateTime(String submittedDateTime)
public String getTransactionId()
Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The transactionId property can be used determine an envelope’s status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned.
public void setTransactionId(String transactionId)
Copyright © 2017. All Rights Reserved.