PersonType |
FifaConnectIdClient.addRegistrations(AddRegistrationsRequestType request,
Boolean force) |
Adds person registrations
|
static <T> T |
ServiceResponseUtils.extractResult(com.microsoft.rest.ServiceResponse<Object> serviceResponse,
Class<T> clazz,
int expectedStatusCode,
ErrorResponseHandler... additionalErrorResponseHandlers) |
|
NationalAssociationsOnboardedResponseType |
FifaConnectIdClient.getAllNationalAssociationsOnboardedStatus() |
Asks Connect ID if specific organisation is onboarded.
|
List<String> |
FifaConnectIdClient.getDataHoldersOfPerson(String personFifaId) |
Gets systems registered as Data Holder for the given person
|
List<String> |
FifaConnectIdClientImpl.getDataHoldersOfPerson(String personFifaId) |
Gets systems registered as Data Holder for the given person
|
FacilityLocalType |
FifaConnectIdClient.getFacility(String facilityFifaId) |
Gets facility data associated with the specified FIFA Unique Identifier.
|
MemberAssociationResponseType |
FifaConnectIdClient.getMemberAssociationForFifaId(String organisationFifaId) |
Gets FIFA Id and short name of the Member Association the searched organisation belongs to.
|
List<String> |
FifaConnectIdClient.getMergedSecondaryFifaIdsForPerson(String personFifaId) |
Gets secondary FIFA IDs directly merged into person
|
NationalAssociationsOnboardedResponseType |
FifaConnectIdClient.getNationalAssociationsOnboardedStatus(NationalAssociationsOnboardedRequestType request) |
Asks Connect ID if specific organisation is onboarded.
|
OrganisationLocalType |
FifaConnectIdClient.getOrganisation(String organisationFifaId) |
Gets organisation data associated with the specified FIFA Unique Identifier.
|
PersonType |
FifaConnectIdClient.getPerson(String personFifaId) |
Gets person data associated with the specified FIFA Unique Identifier.
|
RegistrationType |
FifaConnectIdClient.getPrimaryDataProviderRegistrationType(String personFifaId) |
Gets registration belonging to the primary data provider of the person with the specified FIFA Unique Identifier.
|
static void |
ServiceResponseUtils.handleResponse(com.microsoft.rest.ServiceResponse<Object> serviceResponse,
int expectedStatusCode,
ErrorResponseHandler... additionalErrorResponseHandlers) |
|
OrganisationLocalType |
FifaConnectIdClient.mergeOrganisations(String primaryOrganisationFifaId,
String secondaryOrganisationFifaId) |
Merges two organisations.
|
PersonType |
FifaConnectIdClient.mergePersons(String primaryPersonId,
String secondaryPersonId) |
Merges two persons.
|
void |
FifaConnectIdClient.registerAsDataHolderOfPerson(String personFifaId) |
Registers current system as Data Holder for the given person
|
void |
FifaConnectIdClientImpl.registerAsDataHolderOfPerson(String personFifaId) |
Registers current system as Data Holder for the given person
|
OrganisationLocalType |
FifaConnectIdClient.unmergeOrganisations(String primaryOrganisationFifaId,
String secondaryOrganisationFifaId) |
Reverts merge operation.
|
PersonType |
FifaConnectIdClient.unmergePersons(String primaryPersonId,
String secondaryPersonId) |
Reverts merge operation.
|
FacilityLocalType |
FifaConnectIdClient.updateFacility(FacilityLocalType facility) |
Updates the facility.
|
FacilityLocalType |
FifaConnectIdClient.updateFacility(FacilityLocalType facility,
Boolean force) |
Updates the facility.
|
OrganisationLocalType |
FifaConnectIdClient.updateOrganisation(OrganisationLocalType organisation) |
Updates the organisation.
|
OrganisationLocalType |
FifaConnectIdClient.updateOrganisation(OrganisationLocalType organisation,
Boolean force) |
Updates the organisation.
|
PersonType |
FifaConnectIdClient.updateRegistrations(UpdateRegistrationsRequestType request,
Boolean force) |
Updates person registrations
|