All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.directory.model.BuildingAddress.html Maven / Gradle / Ivy

There is a newer version: directory_v1-rev20240709-2.0.0
Show newest version






BuildingAddress (Admin SDK API directory_v1-rev20220606-1.32.1)












com.google.api.services.directory.model

Class BuildingAddress

    • Constructor Detail

      • BuildingAddress

        public BuildingAddress()
    • Method Detail

      • getAddressLines

        public List<String> getAddressLines()
        Unstructured address lines describing the lower levels of an address.
        Returns:
        value or null for none
      • setAddressLines

        public BuildingAddress setAddressLines(List<String> addressLines)
        Unstructured address lines describing the lower levels of an address.
        Parameters:
        addressLines - addressLines or null for none
      • getAdministrativeArea

        public String getAdministrativeArea()
        Optional. Highest administrative subdivision which is used for postal addresses of a country or region.
        Returns:
        value or null for none
      • setAdministrativeArea

        public BuildingAddress setAdministrativeArea(String administrativeArea)
        Optional. Highest administrative subdivision which is used for postal addresses of a country or region.
        Parameters:
        administrativeArea - administrativeArea or null for none
      • getLanguageCode

        public String getLanguageCode()
        Optional. BCP-47 language code of the contents of this address (if known).
        Returns:
        value or null for none
      • setLanguageCode

        public BuildingAddress setLanguageCode(String languageCode)
        Optional. BCP-47 language code of the contents of this address (if known).
        Parameters:
        languageCode - languageCode or null for none
      • getLocality

        public String getLocality()
        Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use addressLines.
        Returns:
        value or null for none
      • setLocality

        public BuildingAddress setLocality(String locality)
        Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use addressLines.
        Parameters:
        locality - locality or null for none
      • getPostalCode

        public String getPostalCode()
        Optional. Postal code of the address.
        Returns:
        value or null for none
      • setPostalCode

        public BuildingAddress setPostalCode(String postalCode)
        Optional. Postal code of the address.
        Parameters:
        postalCode - postalCode or null for none
      • getRegionCode

        public String getRegionCode()
        Required. CLDR region code of the country/region of the address.
        Returns:
        value or null for none
      • setRegionCode

        public BuildingAddress setRegionCode(String regionCode)
        Required. CLDR region code of the country/region of the address.
        Parameters:
        regionCode - regionCode or null for none
      • getSublocality

        public String getSublocality()
        Optional. Sublocality of the address.
        Returns:
        value or null for none
      • setSublocality

        public BuildingAddress setSublocality(String sublocality)
        Optional. Sublocality of the address.
        Parameters:
        sublocality - sublocality or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy