Class Signature


  • public class Signature
    extends AbstractResource
    Contains information related to a signature / signer.
    • Method Detail

      • getId

        public java.lang.String getId()
        Returns the ID of the signer.
        Returns:
        String ID
      • hasId

        public boolean hasId()
        Returns true if this signature object has a signature ID.
        Returns:
        boolean
      • getEmail

        public java.lang.String getEmail()
        Returns the email address of the signer.
        Returns:
        String email address
      • hasEmail

        public boolean hasEmail()
        Returns true if this signature object has an email address.
        Returns:
        boolean
      • getName

        public java.lang.String getName()
        Returns the name of the signer.
        Returns:
        String signer name
      • hasName

        public boolean hasName()
        Returns true if this signature object has a name
        Returns:
        boolean
      • getOrder

        public java.lang.Integer getOrder()
        Returns the order of this signer.
        Returns:
        Integer signer order
      • getStatus

        public SignatureStatus getStatus()
        Returns the status of this signature/signer.
        Returns:
        SignatureStatus status
      • getStatusString

        public java.lang.String getStatusString()
        Returns the status in string format.
        Returns:
        String status
      • getDateSigned

        public java.util.Date getDateSigned()
        Returns the date the signer signed the request.
        Returns:
        Date date the signer signed
      • getLastViewed

        public java.util.Date getLastViewed()
        Returns the date the signer last viewed the request.
        Returns:
        Date date the signer last viewed
      • getLastReminded

        public java.util.Date getLastReminded()
        Returns the date at which the last reminder was sent to this signer.
        Returns:
        Date date the last reminder was sent
      • getDeclineReason

        public java.lang.String getDeclineReason()
        Returns the reason the signer declined this request.
        Returns:
        string or null if the request does not have a decline_reason