Uses of Class
com.fifa.connectid.sdk.core.api.models.AddressType
-
Packages that use AddressType 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 AddressType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return AddressType Modifier and Type Method Description AddressTypeFacilityLocalType. officialAddress()Get the officialAddress value.AddressTypeFoundFacilityLocalType. officialAddress()Get the officialAddress value.AddressTypeFoundOrganisationLocalType. officialAddress()Get the officialAddress value.AddressTypeOrganisationLocalType. officialAddress()Get the officialAddress value.AddressTypeAddressType. withAddress(String address)Set the address value.AddressTypeAddressType. withCountry(String country)Set the country value.AddressTypeAddressType. withPostalCode(String postalCode)Set the postalCode value.AddressTypeAddressType. withRegion(String region)Set the region value.AddressTypeAddressType. withTown(String town)Set the town value.Methods in com.fifa.connectid.sdk.core.api.models with parameters of type AddressType Modifier and Type Method Description FacilityLocalTypeFacilityLocalType. withOfficialAddress(AddressType officialAddress)Set the officialAddress value.FoundFacilityLocalTypeFoundFacilityLocalType. withOfficialAddress(AddressType officialAddress)Set the officialAddress value.FoundOrganisationLocalTypeFoundOrganisationLocalType. withOfficialAddress(AddressType officialAddress)Set the officialAddress value.OrganisationLocalTypeOrganisationLocalType. withOfficialAddress(AddressType officialAddress)Set the officialAddress value. -
Uses of AddressType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type AddressType Modifier and Type Method Description static StringObjectFormatter. toString(AddressType addressType)
-