Uses of Class
com.fifa.connectid.sdk.core.api.models.GetDuplicatesByFIFAIdRequestType
-
Packages that use GetDuplicatesByFIFAIdRequestType 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 GetDuplicatesByFIFAIdRequestType in com.fifa.connectid.sdk.core.api
Methods in com.fifa.connectid.sdk.core.api with parameters of type GetDuplicatesByFIFAIdRequestType Modifier and Type Method Description ObjectPersons. getDuplicatesByFIFAId(GetDuplicatesByFIFAIdRequestType body)Gets a list of people this person may be duplicated with.ObjectPersons. getDuplicatesByFIFAId(GetDuplicatesByFIFAIdRequestType body, String xActorDetails)Gets a list of people this person may be duplicated with.rx.Observable<Object>Persons. getDuplicatesByFIFAIdAsync(GetDuplicatesByFIFAIdRequestType body)Gets a list of people this person may be duplicated with.com.microsoft.rest.ServiceFuture<Object>Persons. getDuplicatesByFIFAIdAsync(GetDuplicatesByFIFAIdRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets a list of people this person may be duplicated with.rx.Observable<Object>Persons. getDuplicatesByFIFAIdAsync(GetDuplicatesByFIFAIdRequestType body, String xActorDetails)Gets a list of people this person may be duplicated with.com.microsoft.rest.ServiceFuture<Object>Persons. getDuplicatesByFIFAIdAsync(GetDuplicatesByFIFAIdRequestType 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. getDuplicatesByFIFAIdWithServiceResponseAsync(GetDuplicatesByFIFAIdRequestType body)Gets a list of people this person may be duplicated with.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Persons. getDuplicatesByFIFAIdWithServiceResponseAsync(GetDuplicatesByFIFAIdRequestType body, String xActorDetails)Gets a list of people this person may be duplicated with. -
Uses of GetDuplicatesByFIFAIdRequestType in com.fifa.connectid.sdk.core.api.implementation
Methods in com.fifa.connectid.sdk.core.api.implementation with parameters of type GetDuplicatesByFIFAIdRequestType Modifier and Type Method Description ObjectPersonsImpl. getDuplicatesByFIFAId(GetDuplicatesByFIFAIdRequestType body)Gets a list of people this person may be duplicated with.ObjectPersonsImpl. getDuplicatesByFIFAId(GetDuplicatesByFIFAIdRequestType body, String xActorDetails)Gets a list of people this person may be duplicated with.rx.Observable<Object>PersonsImpl. getDuplicatesByFIFAIdAsync(GetDuplicatesByFIFAIdRequestType body)Gets a list of people this person may be duplicated with.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. getDuplicatesByFIFAIdAsync(GetDuplicatesByFIFAIdRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets a list of people this person may be duplicated with.rx.Observable<Object>PersonsImpl. getDuplicatesByFIFAIdAsync(GetDuplicatesByFIFAIdRequestType body, String xActorDetails)Gets a list of people this person may be duplicated with.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. getDuplicatesByFIFAIdAsync(GetDuplicatesByFIFAIdRequestType 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. getDuplicatesByFIFAIdWithServiceResponseAsync(GetDuplicatesByFIFAIdRequestType body)Gets a list of people this person may be duplicated with.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>PersonsImpl. getDuplicatesByFIFAIdWithServiceResponseAsync(GetDuplicatesByFIFAIdRequestType body, String xActorDetails)Gets a list of people this person may be duplicated with. -
Uses of GetDuplicatesByFIFAIdRequestType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return GetDuplicatesByFIFAIdRequestType Modifier and Type Method Description GetDuplicatesByFIFAIdRequestTypeGetDuplicatesByFIFAIdRequestType. withPersonFIFAId(String personFIFAId)Set person FIFA Unique Identifier.GetDuplicatesByFIFAIdRequestTypeGetDuplicatesByFIFAIdRequestType. withTrustedOrganisationsFIFAIds(List<String> trustedOrganisationsFIFAIds)Set trusted organisations' FIFA Unique Identifiers. -
Uses of GetDuplicatesByFIFAIdRequestType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type GetDuplicatesByFIFAIdRequestType Modifier and Type Method Description static StringObjectFormatter. toString(GetDuplicatesByFIFAIdRequestType request) -
Uses of GetDuplicatesByFIFAIdRequestType in com.fifa.connectid.sdk.core.iddirectory
Methods in com.fifa.connectid.sdk.core.iddirectory with parameters of type GetDuplicatesByFIFAIdRequestType Modifier and Type Method Description GetDuplicatesOfRegisteredPersonResponseTypeIdDirectoryServiceClient. getPersonDuplicates(GetDuplicatesByFIFAIdRequestType request)GetDuplicatesOfRegisteredPersonResponseTypeIdDirectoryServiceClientImpl. getPersonDuplicates(GetDuplicatesByFIFAIdRequestType request)
-