Class Credential


  • public class Credential
    extends java.lang.Object
    Credential
    • Constructor Summary

      Constructors 
      Constructor Description
      Credential()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Credential accessCode​(java.lang.String accessCode)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getAccessCode()
      If a value is provided, the recipient must enter the value as the access code to view and sign the envelope.
      java.lang.String getType()  
      java.lang.String getValue()
      Specifies the value of the tab.
      int hashCode()  
      void setAccessCode​(java.lang.String accessCode)  
      void setType​(java.lang.String type)  
      void setValue​(java.lang.String value)  
      java.lang.String toString()  
      Credential type​(java.lang.String type)  
      Credential value​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Credential

        public Credential()
    • Method Detail

      • accessCode

        public Credential accessCode​(java.lang.String accessCode)
      • getAccessCode

        public java.lang.String getAccessCode()
        If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required.
        Returns:
        accessCode
      • setAccessCode

        public void setAccessCode​(java.lang.String accessCode)
      • type

        public Credential type​(java.lang.String type)
      • getType

        public java.lang.String getType()
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
      • value

        public Credential value​(java.lang.String value)
      • getValue

        public java.lang.String getValue()
        Specifies the value of the tab.
        Returns:
        value
      • setValue

        public void setValue​(java.lang.String value)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object