Package com.docusign.esign.model
Class RecipientProofFile
- java.lang.Object
-
- com.docusign.esign.model.RecipientProofFile
-
public class RecipientProofFile extends Object
The proof file of the recipient. [ID Evidence](/docs/idevidence-api/) uses proof files to store the identification data that recipients submit when verifying their ID with [ID Verification](/docs/esign-rest-api/esign101/concepts/documents/).
-
-
Constructor Summary
Constructors Constructor Description RecipientProofFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetHasIdentityAttempts().StringgetIsInProofFile().inthashCode()Returns the HashCode.RecipientProofFilehasIdentityAttempts(String hasIdentityAttempts)hasIdentityAttempts.RecipientProofFileisInProofFile(String isInProofFile)isInProofFile.voidsetHasIdentityAttempts(String hasIdentityAttempts)setHasIdentityAttempts.voidsetIsInProofFile(String isInProofFile)setIsInProofFile.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
hasIdentityAttempts
public RecipientProofFile hasIdentityAttempts(String hasIdentityAttempts)
hasIdentityAttempts.- Returns:
- RecipientProofFile
-
getHasIdentityAttempts
public String getHasIdentityAttempts()
.- Returns:
- hasIdentityAttempts
-
setHasIdentityAttempts
public void setHasIdentityAttempts(String hasIdentityAttempts)
setHasIdentityAttempts.
-
isInProofFile
public RecipientProofFile isInProofFile(String isInProofFile)
isInProofFile.- Returns:
- RecipientProofFile
-
getIsInProofFile
public String getIsInProofFile()
.- Returns:
- isInProofFile
-
setIsInProofFile
public void setIsInProofFile(String isInProofFile)
setIsInProofFile.
-
equals
public boolean equals(Object o)
Compares objects.
-
-