Uses of Class
com.fifa.connectid.sdk.core.api.models.LocalNameType
-
Packages that use LocalNameType 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 LocalNameType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return LocalNameType Modifier and Type Method Description LocalNameTypeLocalNameType. withLanguage(String language)Set the language value.LocalNameTypeLocalNameType. withName(String name)Set the name value.LocalNameTypeLocalNameType. withShortName(String shortName)Set the shortName value.Methods in com.fifa.connectid.sdk.core.api.models that return types with arguments of type LocalNameType Modifier and Type Method Description List<LocalNameType>FacilityLocalType. localFacilityName()Get the localFacilityName value.List<LocalNameType>FoundFacilityLocalType. localFacilityName()Get the localFacilityName value.List<LocalNameType>FoundOrganisationLocalType. localOrganisationName()Get the localOrganisationName value.List<LocalNameType>OrganisationLocalType. localOrganisationName()Get the localOrganisationName value.Method parameters in com.fifa.connectid.sdk.core.api.models with type arguments of type LocalNameType Modifier and Type Method Description FacilityLocalTypeFacilityLocalType. withLocalFacilityName(List<LocalNameType> localFacilityName)Set the localFacilityName value.FoundFacilityLocalTypeFoundFacilityLocalType. withLocalFacilityName(List<LocalNameType> localFacilityName)Set the localFacilityName value.FoundOrganisationLocalTypeFoundOrganisationLocalType. withLocalOrganisationName(List<LocalNameType> localOrganisationName)Set the localOrganisationName value.OrganisationLocalTypeOrganisationLocalType. withLocalOrganisationName(List<LocalNameType> localOrganisationName)Set the localOrganisationName value. -
Uses of LocalNameType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type LocalNameType Modifier and Type Method Description static StringObjectFormatter. toString(LocalNameType nameType)
-