Class 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 Detail

      • RecipientProofFile

        public RecipientProofFile()
    • 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.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object