Uses of Class
com.fifa.connectid.sdk.core.api.models.HashedNameType
-
Packages that use HashedNameType Package Description com.fifa.connectid.sdk.core com.fifa.connectid.sdk.core.api.models This package contains the models classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.enhancements com.fifa.connectid.sdk.core.hashing -
-
Uses of HashedNameType in com.fifa.connectid.sdk.core
Methods in com.fifa.connectid.sdk.core that return types with arguments of type HashedNameType Modifier and Type Method Description List<HashedNameType>HashedPersonType. getNameHashes()Get the nameHashes value.Method parameters in com.fifa.connectid.sdk.core with type arguments of type HashedNameType Modifier and Type Method Description voidHashedPersonType. setNameHashes(List<HashedNameType> nameHashes)Set the nameHashes value. -
Uses of HashedNameType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return HashedNameType Modifier and Type Method Description HashedNameTypeHashedNameType. withHash(String hash)Set one of the hashes of person's first and last name.HashedNameTypeHashedNameType. withProximityScore(double proximityScore)Set an approximation of how closely this hashed name corresponds to the actual person's name.HashedNameTypeHashedNameType. withType(String type)Set the sequence of transformations used to generate this unique hash.Methods in com.fifa.connectid.sdk.core.api.models that return types with arguments of type HashedNameType Modifier and Type Method Description List<HashedNameType>GetDuplicatesRequestType. nameHashes()Get a list of hashes generated by the FIFA hashing service.List<HashedNameType>RegisterPersonRequestType. nameHashes()Get a list of hashes generated by the FIFA hashing service.List<HashedNameType>UpdatePersonRequestType. nameHashes()Get a list of hashes generated by the FIFA hashing service.Method parameters in com.fifa.connectid.sdk.core.api.models with type arguments of type HashedNameType Modifier and Type Method Description GetDuplicatesRequestTypeGetDuplicatesRequestType. withNameHashes(List<HashedNameType> nameHashes)Set a list of hashes generated by the FIFA hashing service.RegisterPersonRequestTypeRegisterPersonRequestType. withNameHashes(List<HashedNameType> nameHashes)Set a list of hashes generated by the FIFA hashing service.UpdatePersonRequestTypeUpdatePersonRequestType. withNameHashes(List<HashedNameType> nameHashes)Set a list of hashes generated by the FIFA hashing service. -
Uses of HashedNameType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type HashedNameType Modifier and Type Method Description static StringObjectFormatter. toString(HashedNameType hashedName) -
Uses of HashedNameType in com.fifa.connectid.sdk.core.hashing
Methods in com.fifa.connectid.sdk.core.hashing that return types with arguments of type HashedNameType Modifier and Type Method Description List<HashedNameType>HashingServiceClient. computeHashes(List<PersonName> personNames, boolean readOnly)List<HashedNameType>HashingServiceClientImpl. computeHashes(List<PersonName> personNames, boolean readOnly)
-