Class DocSignProvider.DocSignSignerStatus

  • Enclosing class:
    DocSignProvider

    public static class DocSignProvider.DocSignSignerStatus
    extends java.lang.Object
    Signer status
    • Constructor Summary

      Constructors 
      Constructor Description
      DocSignSignerStatus​(java.lang.String email, java.lang.String name, java.lang.String status, java.lang.String date, java.lang.String reason)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDate()
      Get the status date
      java.lang.String getEmail()
      Get the signer email
      java.lang.String getName()
      Get the signer name
      java.lang.String getReason()
      Get the reject reason
      java.lang.String getStatus()
      Get the signer status
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocSignSignerStatus

        public DocSignSignerStatus​(java.lang.String email,
                                   java.lang.String name,
                                   java.lang.String status,
                                   java.lang.String date,
                                   java.lang.String reason)
    • Method Detail

      • getEmail

        public java.lang.String getEmail()
        Get the signer email
      • getName

        public java.lang.String getName()
        Get the signer name
      • getStatus

        public java.lang.String getStatus()
        Get the signer status
      • getDate

        public java.lang.String getDate()
        Get the status date
      • getReason

        public java.lang.String getReason()
        Get the reject reason