Class EnvelopeSummary


  • public class EnvelopeSummary
    extends Object
    EnvelopeSummary.
    • Constructor Detail

      • EnvelopeSummary

        public EnvelopeSummary()
    • Method Detail

      • envelopeId

        public EnvelopeSummary envelopeId​(String envelopeId)
        envelopeId.
        Returns:
        EnvelopeSummary
      • getEnvelopeId

        public String getEnvelopeId()
        The envelope ID of the envelope status that failed to post..
        Returns:
        envelopeId
      • setEnvelopeId

        public void setEnvelopeId​(String envelopeId)
        setEnvelopeId.
      • getStatus

        public String getStatus()
        Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later..
        Returns:
        status
      • setStatus

        public void setStatus​(String status)
        setStatus.
      • statusDateTime

        public EnvelopeSummary statusDateTime​(String statusDateTime)
        statusDateTime.
        Returns:
        EnvelopeSummary
      • getStatusDateTime

        public String getStatusDateTime()
        The DateTime that the envelope changed status (i.e. was created or sent.).
        Returns:
        statusDateTime
      • setStatusDateTime

        public void setStatusDateTime​(String statusDateTime)
        setStatusDateTime.
      • getUri

        public String getUri()
        .
        Returns:
        uri
      • setUri

        public void setUri​(String uri)
        setUri.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

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

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