Uses of Class
com.fifa.connectid.sdk.core.api.models.SearchAddressType
-
Packages that use SearchAddressType 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 SearchAddressType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return SearchAddressType Modifier and Type Method Description SearchAddressTypeFindFacilitiesRequestType. officialAddress()Get the officialAddress value.SearchAddressTypeFindOrganisationsRequestType. officialAddress()Get the officialAddress value.SearchAddressTypeSearchAddressType. withAddress(String address)Set the address value.SearchAddressTypeSearchAddressType. withCountry(String country)Set the country value.SearchAddressTypeSearchAddressType. withPostalCode(String postalCode)Set the postalCode value.SearchAddressTypeSearchAddressType. withRegion(String region)Set the region value.SearchAddressTypeSearchAddressType. withTown(String town)Set the town value.Methods in com.fifa.connectid.sdk.core.api.models with parameters of type SearchAddressType Modifier and Type Method Description FindFacilitiesRequestTypeFindFacilitiesRequestType. withOfficialAddress(SearchAddressType officialAddress)Set the officialAddress value.FindOrganisationsRequestTypeFindOrganisationsRequestType. withOfficialAddress(SearchAddressType officialAddress)Set the officialAddress value. -
Uses of SearchAddressType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type SearchAddressType Modifier and Type Method Description static StringObjectFormatter. toString(SearchAddressType searchAddressType)
-