Uses of Class
com.fifa.connectid.sdk.core.api.models.PersonDuplicateType
-
Packages that use PersonDuplicateType Package Description com.fifa.connectid.sdk 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 -
-
Uses of PersonDuplicateType in com.fifa.connectid.sdk
Methods in com.fifa.connectid.sdk that return PersonDuplicateType Modifier and Type Method Description PersonDuplicateTypePersonDuplicateWithDetails. getDuplicate()Methods in com.fifa.connectid.sdk with parameters of type PersonDuplicateType Modifier and Type Method Description static PersonDuplicateWithDetailsPersonDuplicateWithDetails. Fail(PersonDuplicateType duplicate, String requestRecipientOrganisationId, String requestRecipientOrganisationSystemId, Exception exception)static PersonDuplicateWithDetailsPersonDuplicateWithDetails. Success(PersonDuplicateType duplicate, String requestRecipientOrganisationId, String requestRecipientOrganisationSystemId)Method parameters in com.fifa.connectid.sdk with type arguments of type PersonDuplicateType Modifier and Type Method Description HashMap<String,PersonDuplicateWithDetails>RegistrationFacade. sendRequestsForDetails(List<PersonDuplicateType> duplicates)Sends requests for duplicates detailsHashMap<String,PersonDuplicateWithDetails>RegistrationFacade. sendRequestsForDetailsAndWaitForThem(List<PersonDuplicateType> duplicates, long timeoutMilliseconds)Sends requests for duplicates details -
Uses of PersonDuplicateType in com.fifa.connectid.sdk.core
Methods in com.fifa.connectid.sdk.core that return types with arguments of type PersonDuplicateType Modifier and Type Method Description List<PersonDuplicateType>FifaConnectIdClient. getPersonDuplicates(PersonData personData)Gets a list of people this person may be duplicated with.List<PersonDuplicateType>FifaConnectIdClient. getPersonDuplicates(PersonData personData, List<String> organisationsIds)Gets a list of people this person may be duplicated with.List<PersonDuplicateType>FifaConnectIdClientImpl. getPersonDuplicates(PersonData personData)Gets a list of people this person may be duplicated with.List<PersonDuplicateType>FifaConnectIdClientImpl. getPersonDuplicates(PersonData personData, List<String> organisationsIds)Gets a list of people this person may be duplicated with. -
Uses of PersonDuplicateType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return PersonDuplicateType Modifier and Type Method Description PersonDuplicateTypePersonDuplicateType. withDuplicateMatchType(PersonDuplicateMatchType duplicateMatchType)Set an explanation of what type of matching led to finding the duplicate.PersonDuplicateTypePersonDuplicateType. withPerson(PersonType person)Set data of matching person.PersonDuplicateTypePersonDuplicateType. withPersonFifaId(String personFifaId)Set fIFA Unique Identifier.PersonDuplicateTypePersonDuplicateType. withPersonRegistrationContext(PersonRegistrationContextType personRegistrationContext)Set the context of the registration in Connect ID.PersonDuplicateTypePersonDuplicateType. withPrimaryDataProviderRegistrationType(RegistrationType primaryDataProviderRegistrationType)Set registration belonging to the primary data provider.PersonDuplicateTypePersonDuplicateType. withProximityScore(double proximityScore)Set an approximation of how likely this person is a duplicate.Methods in com.fifa.connectid.sdk.core.api.models that return types with arguments of type PersonDuplicateType Modifier and Type Method Description List<PersonDuplicateType>GetDuplicatesOfRegisteredPersonResponseType. duplicates()Get a list of people this person may be duplicated with.List<PersonDuplicateType>GetDuplicatesResponseType. duplicates()Get a list of people this person may be duplicated with.Method parameters in com.fifa.connectid.sdk.core.api.models with type arguments of type PersonDuplicateType Modifier and Type Method Description GetDuplicatesOfRegisteredPersonResponseTypeGetDuplicatesOfRegisteredPersonResponseType. withDuplicates(List<PersonDuplicateType> duplicates)Set a list of people this person may be duplicated with.GetDuplicatesResponseTypeGetDuplicatesResponseType. withDuplicates(List<PersonDuplicateType> duplicates)Set a list of people this person may be duplicated with. -
Uses of PersonDuplicateType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type PersonDuplicateType Modifier and Type Method Description static StringObjectFormatter. toString(PersonDuplicateType duplicatedPerson)
-