Package com.docusign.esign.model
Class BulkEnvelope
- java.lang.Object
-
- com.docusign.esign.model.BulkEnvelope
-
public class BulkEnvelope extends java.lang.ObjectBulkEnvelope.
-
-
Constructor Summary
Constructors Constructor Description BulkEnvelope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkEnvelopebulkRecipientRow(java.lang.String bulkRecipientRow)bulkRecipientRow.BulkEnvelopebulkStatus(java.lang.String bulkStatus)bulkStatus.BulkEnvelopeemail(java.lang.String email)email.BulkEnvelopeenvelopeId(java.lang.String envelopeId)envelopeId.BulkEnvelopeenvelopeUri(java.lang.String envelopeUri)envelopeUri.booleanequals(java.lang.Object o)Compares objects.BulkEnvelopeerrorDetails(ErrorDetails errorDetails)errorDetails.java.lang.StringgetBulkRecipientRow()Reserved: TBD.java.lang.StringgetBulkStatus()Indicates the status of the bulk send operation.java.lang.StringgetEmail().java.lang.StringgetEnvelopeId()The envelope ID of the envelope status that failed to post..java.lang.StringgetEnvelopeUri()Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes..ErrorDetailsgetErrorDetails()Get errorDetails.java.lang.StringgetName().java.lang.StringgetSubmittedDateTime().java.lang.StringgetTransactionId()Used to identify an envelope.inthashCode()Returns the HashCode.BulkEnvelopename(java.lang.String name)name.voidsetBulkRecipientRow(java.lang.String bulkRecipientRow)setBulkRecipientRow.voidsetBulkStatus(java.lang.String bulkStatus)setBulkStatus.voidsetEmail(java.lang.String email)setEmail.voidsetEnvelopeId(java.lang.String envelopeId)setEnvelopeId.voidsetEnvelopeUri(java.lang.String envelopeUri)setEnvelopeUri.voidsetErrorDetails(ErrorDetails errorDetails)setErrorDetails.voidsetName(java.lang.String name)setName.voidsetSubmittedDateTime(java.lang.String submittedDateTime)setSubmittedDateTime.voidsetTransactionId(java.lang.String transactionId)setTransactionId.BulkEnvelopesubmittedDateTime(java.lang.String submittedDateTime)submittedDateTime.java.lang.StringtoString()Converts the given object to string.BulkEnvelopetransactionId(java.lang.String transactionId)transactionId.
-
-
-
Method Detail
-
bulkRecipientRow
public BulkEnvelope bulkRecipientRow(java.lang.String bulkRecipientRow)
bulkRecipientRow.- Returns:
- BulkEnvelope
-
getBulkRecipientRow
public java.lang.String getBulkRecipientRow()
Reserved: TBD.- Returns:
- bulkRecipientRow
-
setBulkRecipientRow
public void setBulkRecipientRow(java.lang.String bulkRecipientRow)
setBulkRecipientRow.
-
bulkStatus
public BulkEnvelope bulkStatus(java.lang.String bulkStatus)
bulkStatus.- Returns:
- BulkEnvelope
-
getBulkStatus
public java.lang.String getBulkStatus()
Indicates the status of the bulk send operation. Returned values can be: * queued * processing * sent * failed.- Returns:
- bulkStatus
-
setBulkStatus
public void setBulkStatus(java.lang.String bulkStatus)
setBulkStatus.
-
email
public BulkEnvelope email(java.lang.String email)
email.- Returns:
- BulkEnvelope
-
getEmail
public java.lang.String getEmail()
.- Returns:
-
setEmail
public void setEmail(java.lang.String email)
setEmail.
-
envelopeId
public BulkEnvelope envelopeId(java.lang.String envelopeId)
envelopeId.- Returns:
- BulkEnvelope
-
getEnvelopeId
public java.lang.String getEnvelopeId()
The envelope ID of the envelope status that failed to post..- Returns:
- envelopeId
-
setEnvelopeId
public void setEnvelopeId(java.lang.String envelopeId)
setEnvelopeId.
-
envelopeUri
public BulkEnvelope envelopeUri(java.lang.String envelopeUri)
envelopeUri.- Returns:
- BulkEnvelope
-
getEnvelopeUri
public java.lang.String getEnvelopeUri()
Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes..- Returns:
- envelopeUri
-
setEnvelopeUri
public void setEnvelopeUri(java.lang.String envelopeUri)
setEnvelopeUri.
-
errorDetails
public BulkEnvelope errorDetails(ErrorDetails errorDetails)
errorDetails.- Returns:
- BulkEnvelope
-
getErrorDetails
public ErrorDetails getErrorDetails()
Get errorDetails.- Returns:
- errorDetails
-
setErrorDetails
public void setErrorDetails(ErrorDetails errorDetails)
setErrorDetails.
-
name
public BulkEnvelope name(java.lang.String name)
name.- Returns:
- BulkEnvelope
-
getName
public java.lang.String getName()
.- Returns:
- name
-
setName
public void setName(java.lang.String name)
setName.
-
submittedDateTime
public BulkEnvelope submittedDateTime(java.lang.String submittedDateTime)
submittedDateTime.- Returns:
- BulkEnvelope
-
getSubmittedDateTime
public java.lang.String getSubmittedDateTime()
.- Returns:
- submittedDateTime
-
setSubmittedDateTime
public void setSubmittedDateTime(java.lang.String submittedDateTime)
setSubmittedDateTime.
-
transactionId
public BulkEnvelope transactionId(java.lang.String transactionId)
transactionId.- Returns:
- BulkEnvelope
-
getTransactionId
public java.lang.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..- Returns:
- transactionId
-
setTransactionId
public void setTransactionId(java.lang.String transactionId)
setTransactionId.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-