Package com.docusign.esign.model
Class Credential
- java.lang.Object
-
- com.docusign.esign.model.Credential
-
public class Credential extends java.lang.ObjectCredential
-
-
Constructor Summary
Constructors Constructor Description Credential()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialaccessCode(java.lang.String accessCode)booleanequals(java.lang.Object o)java.lang.StringgetAccessCode()If a value is provided, the recipient must enter the value as the access code to view and sign the envelope.java.lang.StringgetType()java.lang.StringgetValue()Specifies the value of the tab.inthashCode()voidsetAccessCode(java.lang.String accessCode)voidsetType(java.lang.String type)voidsetValue(java.lang.String value)java.lang.StringtoString()Credentialtype(java.lang.String type)Credentialvalue(java.lang.String value)
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-