Class Credential


  • public class Credential
    extends Object
    Credential
    • Constructor Detail

      • Credential

        public Credential()
    • Method Detail

      • getAccessCode

        public 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​(String accessCode)
      • getType

        public String getType()
        Returns:
        type
      • setType

        public void setType​(String type)
      • getValue

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

        public void setValue​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object