Uses of Class
com.fifa.connectid.sdk.core.api.models.NationalIdentifierType
-
Packages that use NationalIdentifierType Package Description com.fifa.connectid.sdk.core.api.models This package contains the models classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.enhancements -
-
Uses of NationalIdentifierType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return NationalIdentifierType Modifier and Type Method Description NationalIdentifierTypeNationalIdentifierType. withCountry(String country)Set the country value.NationalIdentifierTypeNationalIdentifierType. withDateFrom(org.joda.time.LocalDate dateFrom)Set the dateFrom value.NationalIdentifierTypeNationalIdentifierType. withDateTo(org.joda.time.LocalDate dateTo)Set the dateTo value.NationalIdentifierTypeNationalIdentifierType. withDescription(String description)Set the description value.NationalIdentifierTypeNationalIdentifierType. withIdentifier(String identifier)Set the identifier value.NationalIdentifierTypeNationalIdentifierType. withNationalIdentifierNature(String nationalIdentifierNature)Set possible values include: 'PassportNumber', 'SocialSecurityNumber', 'BirthCertificate', 'TaxID', 'PersonalID', 'NationalSystemID', 'ContinentalSystemID'.Methods in com.fifa.connectid.sdk.core.api.models that return types with arguments of type NationalIdentifierType Modifier and Type Method Description List<NationalIdentifierType>FoundOrganisationLocalType. nationalIdentifier()Get the nationalIdentifier value.List<NationalIdentifierType>OrganisationLocalType. nationalIdentifier()Get the nationalIdentifier value.Method parameters in com.fifa.connectid.sdk.core.api.models with type arguments of type NationalIdentifierType Modifier and Type Method Description FoundOrganisationLocalTypeFoundOrganisationLocalType. withNationalIdentifier(List<NationalIdentifierType> nationalIdentifier)Set the nationalIdentifier value.OrganisationLocalTypeOrganisationLocalType. withNationalIdentifier(List<NationalIdentifierType> nationalIdentifier)Set the nationalIdentifier value. -
Uses of NationalIdentifierType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type NationalIdentifierType Modifier and Type Method Description static StringObjectFormatter. toString(NationalIdentifierType identifierType)
-