Uses of Class
com.fifa.connectid.sdk.core.api.models.PersonDuplicateMatchType
-
Packages that use PersonDuplicateMatchType Package Description com.fifa.connectid.sdk.core.api.models This package contains the models classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.enhancements -
-
Uses of PersonDuplicateMatchType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return PersonDuplicateMatchType Modifier and Type Method Description PersonDuplicateMatchTypePersonDuplicateType. duplicateMatchType()Get an explanation of what type of matching led to finding the duplicate.PersonDuplicateMatchTypePersonDuplicateMatchType. withMatchedDateOfBirth(String matchedDateOfBirth)Set matched date of birth type.PersonDuplicateMatchTypePersonDuplicateMatchType. withMatchedHash(String matchedHash)Set matched name hash type.PersonDuplicateMatchTypePersonDuplicateMatchType. withQueriedDateOfBirth(String queriedDateOfBirth)Set queried date of birth type.PersonDuplicateMatchTypePersonDuplicateMatchType. withQueriedHash(String queriedHash)Set queried name hash type.Methods in com.fifa.connectid.sdk.core.api.models with parameters of type PersonDuplicateMatchType Modifier and Type Method Description PersonDuplicateTypePersonDuplicateType. withDuplicateMatchType(PersonDuplicateMatchType duplicateMatchType)Set an explanation of what type of matching led to finding the duplicate. -
Uses of PersonDuplicateMatchType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type PersonDuplicateMatchType Modifier and Type Method Description static StringObjectFormatter. toString(PersonDuplicateMatchType personDuplicateMatch)
-