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