Uses of Class
com.fifa.connectid.sdk.core.api.models.GetDuplicatesRequestType
-
Packages that use GetDuplicatesRequestType Package Description com.fifa.connectid.sdk.core.api This package contains the classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.api.implementation This package contains the implementation classes for FIFAConnectIDHashingV6.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 GetDuplicatesRequestType in com.fifa.connectid.sdk.core.api
Methods in com.fifa.connectid.sdk.core.api with parameters of type GetDuplicatesRequestType Modifier and Type Method Description ObjectPersons. getDuplicates(GetDuplicatesRequestType body)Gets a list of people this person may be duplicated with.ObjectPersons. getDuplicates(GetDuplicatesRequestType body, String xActorDetails)Gets a list of people this person may be duplicated with.rx.Observable<Object>Persons. getDuplicatesAsync(GetDuplicatesRequestType body)Gets a list of people this person may be duplicated with.com.microsoft.rest.ServiceFuture<Object>Persons. getDuplicatesAsync(GetDuplicatesRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets a list of people this person may be duplicated with.rx.Observable<Object>Persons. getDuplicatesAsync(GetDuplicatesRequestType body, String xActorDetails)Gets a list of people this person may be duplicated with.com.microsoft.rest.ServiceFuture<Object>Persons. getDuplicatesAsync(GetDuplicatesRequestType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets a list of people this person may be duplicated with.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Persons. getDuplicatesWithServiceResponseAsync(GetDuplicatesRequestType body)Gets a list of people this person may be duplicated with.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Persons. getDuplicatesWithServiceResponseAsync(GetDuplicatesRequestType body, String xActorDetails)Gets a list of people this person may be duplicated with. -
Uses of GetDuplicatesRequestType in com.fifa.connectid.sdk.core.api.implementation
Methods in com.fifa.connectid.sdk.core.api.implementation with parameters of type GetDuplicatesRequestType Modifier and Type Method Description ObjectPersonsImpl. getDuplicates(GetDuplicatesRequestType body)Gets a list of people this person may be duplicated with.ObjectPersonsImpl. getDuplicates(GetDuplicatesRequestType body, String xActorDetails)Gets a list of people this person may be duplicated with.rx.Observable<Object>PersonsImpl. getDuplicatesAsync(GetDuplicatesRequestType body)Gets a list of people this person may be duplicated with.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. getDuplicatesAsync(GetDuplicatesRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets a list of people this person may be duplicated with.rx.Observable<Object>PersonsImpl. getDuplicatesAsync(GetDuplicatesRequestType body, String xActorDetails)Gets a list of people this person may be duplicated with.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. getDuplicatesAsync(GetDuplicatesRequestType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets a list of people this person may be duplicated with.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>PersonsImpl. getDuplicatesWithServiceResponseAsync(GetDuplicatesRequestType body)Gets a list of people this person may be duplicated with.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>PersonsImpl. getDuplicatesWithServiceResponseAsync(GetDuplicatesRequestType body, String xActorDetails)Gets a list of people this person may be duplicated with. -
Uses of GetDuplicatesRequestType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return GetDuplicatesRequestType Modifier and Type Method Description GetDuplicatesRequestTypeGetDuplicatesRequestType. withLocalId(String localId)Set local identifier of person.GetDuplicatesRequestTypeGetDuplicatesRequestType. withNameHashes(List<HashedNameType> nameHashes)Set a list of hashes generated by the FIFA hashing service.GetDuplicatesRequestTypeGetDuplicatesRequestType. withOrganisationsFIFAIds(List<String> organisationsFIFAIds)Set organisations' FIFA Unique Identifiers.GetDuplicatesRequestTypeGetDuplicatesRequestType. withPerson(PersonType person)Set a person data that can be stored in central system. -
Uses of GetDuplicatesRequestType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type GetDuplicatesRequestType Modifier and Type Method Description static StringObjectFormatter. toString(GetDuplicatesRequestType request) -
Uses of GetDuplicatesRequestType in com.fifa.connectid.sdk.core.iddirectory
Methods in com.fifa.connectid.sdk.core.iddirectory with parameters of type GetDuplicatesRequestType Modifier and Type Method Description GetDuplicatesResponseTypeIdDirectoryServiceClient. getPersonDuplicates(GetDuplicatesRequestType request)GetDuplicatesResponseTypeIdDirectoryServiceClientImpl. getPersonDuplicates(GetDuplicatesRequestType request)
-