Uses of Class
com.fifa.connectid.sdk.core.api.models.RegistrationType
-
Packages that use RegistrationType 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 RegistrationType in com.fifa.connectid.sdk.core
Methods in com.fifa.connectid.sdk.core that return RegistrationType Modifier and Type Method Description RegistrationTypeFifaConnectIdClient. getPrimaryDataProviderRegistrationType(String personFifaId)Gets registration belonging to the primary data provider of the person with the specified FIFA Unique Identifier.RegistrationTypeFifaConnectIdClientImpl. getPrimaryDataProviderRegistrationType(String personFifaId)Gets registration belonging to the primary data provider of the person with the specified FIFA Unique Identifier. -
Uses of RegistrationType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return RegistrationType Modifier and Type Method Description RegistrationTypePersonDuplicateType. primaryDataProviderRegistrationType()Get registration belonging to the primary data provider.RegistrationTypeRegistrationType. withOrganisationFIFAId(String organisationFIFAId)Set the worldwide unique FIFA id of the club or organisation the person is registered for.RegistrationTypeRegistrationType. withStatus(String status)Set the status of the registration.RegistrationTypeRegistrationType. withSystemId(String systemId)Set the identifier of the system to which the registration belongs.Methods in com.fifa.connectid.sdk.core.api.models with parameters of type RegistrationType Modifier and Type Method Description PersonDuplicateTypePersonDuplicateType. withPrimaryDataProviderRegistrationType(RegistrationType primaryDataProviderRegistrationType)Set registration belonging to the primary data provider. -
Uses of RegistrationType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type RegistrationType Modifier and Type Method Description static StringObjectFormatter. toString(RegistrationType registration) -
Uses of RegistrationType in com.fifa.connectid.sdk.core.iddirectory
Methods in com.fifa.connectid.sdk.core.iddirectory that return RegistrationType Modifier and Type Method Description RegistrationTypeIdDirectoryServiceClient. getPrimaryDataProviderRegistrationType(String personFifaId)RegistrationTypeIdDirectoryServiceClientImpl. getPrimaryDataProviderRegistrationType(String personFifaId)
-