Class BulkEnvelope


  • public class BulkEnvelope
    extends java.lang.Object
    BulkEnvelope.
    • Constructor Detail

      • BulkEnvelope

        public BulkEnvelope()
    • 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:
        email
      • 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.
      • 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:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object