Uses of Class
com.fifa.connectid.sdk.core.api.models.GetDuplicatesOfRegisteredPersonResponseType
-
Packages that use GetDuplicatesOfRegisteredPersonResponseType 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.iddirectory -
-
Uses of GetDuplicatesOfRegisteredPersonResponseType in com.fifa.connectid.sdk.core
Methods in com.fifa.connectid.sdk.core that return GetDuplicatesOfRegisteredPersonResponseType Modifier and Type Method Description GetDuplicatesOfRegisteredPersonResponseTypeFifaDuplicateOfRegisteredPersonFoundException. getGetDuplicatesResponse()GetDuplicatesOfRegisteredPersonResponseTypeFifaConnectIdClient. getPersonDuplicatesExceptTrustedKnownDuplicates(String personFifaId, List<String> trustedOrganisationsIds)Gets a list of people this person may be duplicated with.GetDuplicatesOfRegisteredPersonResponseTypeFifaConnectIdClientImpl. getPersonDuplicatesExceptTrustedKnownDuplicates(String personFifaId, List<String> trustedOrganisationsIds)Gets a list of people this person may be duplicated with.Constructors in com.fifa.connectid.sdk.core with parameters of type GetDuplicatesOfRegisteredPersonResponseType Constructor Description FifaDuplicateOfRegisteredPersonFoundException(String message, GetDuplicatesOfRegisteredPersonResponseType getDuplicatesResponse, com.microsoft.rest.ServiceResponse<Object> serviceResponse) -
Uses of GetDuplicatesOfRegisteredPersonResponseType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return GetDuplicatesOfRegisteredPersonResponseType Modifier and Type Method Description GetDuplicatesOfRegisteredPersonResponseTypeGetDuplicatesOfRegisteredPersonResponseType. withDuplicates(List<PersonDuplicateType> duplicates)Set a list of people this person may be duplicated with.GetDuplicatesOfRegisteredPersonResponseTypeGetDuplicatesOfRegisteredPersonResponseType. withRequestedPersonRegistrationContext(PersonRegistrationContextType requestedPersonRegistrationContext)Set the context of the registration in Connect ID. -
Uses of GetDuplicatesOfRegisteredPersonResponseType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type GetDuplicatesOfRegisteredPersonResponseType Modifier and Type Method Description static StringObjectFormatter. toString(GetDuplicatesOfRegisteredPersonResponseType getDuplicatesResponse) -
Uses of GetDuplicatesOfRegisteredPersonResponseType in com.fifa.connectid.sdk.core.iddirectory
Methods in com.fifa.connectid.sdk.core.iddirectory that return GetDuplicatesOfRegisteredPersonResponseType Modifier and Type Method Description GetDuplicatesOfRegisteredPersonResponseTypeIdDirectoryServiceClient. getPersonDuplicates(GetDuplicatesByFIFAIdRequestType request)GetDuplicatesOfRegisteredPersonResponseTypeIdDirectoryServiceClientImpl. getPersonDuplicates(GetDuplicatesByFIFAIdRequestType request)
-