@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()
public void setBulkRecipientRow(String bulkRecipientRow)
public String getBulkStatus()
public void setBulkStatus(String bulkStatus)
public String getEmail()
public void setEmail(String email)
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public String getEnvelopeUri()
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()
public void setTransactionId(String transactionId)
Copyright © 2017. All rights reserved.