Package com.docusign.esign.model
Class ExternalPrimaryAccountRecipientAuthRequirements
- java.lang.Object
-
- com.docusign.esign.model.ExternalPrimaryAccountRecipientAuthRequirements
-
- All Implemented Interfaces:
Serializable
public class ExternalPrimaryAccountRecipientAuthRequirements extends Object implements Serializable
ExternalPrimaryAccountRecipientAuthRequirements.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalPrimaryAccountRecipientAuthRequirements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalPrimaryAccountRecipientAuthRequirementsaccessCode(String accessCode)accessCode.booleanequals(Object o)Compares objects.StringgetAccessCode()If a value is provided, the recipient must enter the value as the access code to view and sign the envelope.StringgetIdVerification().StringgetKba().StringgetPhone().inthashCode()Returns the HashCode.ExternalPrimaryAccountRecipientAuthRequirementsidVerification(String idVerification)idVerification.ExternalPrimaryAccountRecipientAuthRequirementskba(String kba)kba.ExternalPrimaryAccountRecipientAuthRequirementsphone(String phone)phone.voidsetAccessCode(String accessCode)setAccessCode.voidsetIdVerification(String idVerification)setIdVerification.voidsetKba(String kba)setKba.voidsetPhone(String phone)setPhone.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
accessCode
public ExternalPrimaryAccountRecipientAuthRequirements accessCode(String accessCode)
accessCode.- Returns:
- ExternalPrimaryAccountRecipientAuthRequirements
-
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)
setAccessCode.
-
idVerification
public ExternalPrimaryAccountRecipientAuthRequirements idVerification(String idVerification)
idVerification.- Returns:
- ExternalPrimaryAccountRecipientAuthRequirements
-
getIdVerification
public String getIdVerification()
.- Returns:
- idVerification
-
setIdVerification
public void setIdVerification(String idVerification)
setIdVerification.
-
kba
public ExternalPrimaryAccountRecipientAuthRequirements kba(String kba)
kba.- Returns:
- ExternalPrimaryAccountRecipientAuthRequirements
-
getKba
public String getKba()
.- Returns:
- kba
-
setKba
public void setKba(String kba)
setKba.
-
phone
public ExternalPrimaryAccountRecipientAuthRequirements phone(String phone)
phone.- Returns:
- ExternalPrimaryAccountRecipientAuthRequirements
-
getPhone
public String getPhone()
.- Returns:
- phone
-
setPhone
public void setPhone(String phone)
setPhone.
-
equals
public boolean equals(Object o)
Compares objects.
-
-