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

target.apidocs.com.google.api.services.content.model.AccountAddress.html Maven / Gradle / Ivy

There is a newer version: v2.1-rev20240825-2.0.0
Show newest version






AccountAddress (Content API for Shopping v2.1-rev20240609-2.0.0)












com.google.api.services.content.model

Class AccountAddress

    • Constructor Detail

      • AccountAddress

        public AccountAddress()
    • Method Detail

      • getCountry

        public String getCountry()
        CLDR country code (for example, "US"). All MCA sub-accounts inherit the country of their parent MCA by default, however the country can be updated for individual sub-accounts.
        Returns:
        value or null for none
      • setCountry

        public AccountAddress setCountry(String country)
        CLDR country code (for example, "US"). All MCA sub-accounts inherit the country of their parent MCA by default, however the country can be updated for individual sub-accounts.
        Parameters:
        country - country or null for none
      • getLocality

        public String getLocality()
        City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
        Returns:
        value or null for none
      • setLocality

        public AccountAddress setLocality(String locality)
        City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
        Parameters:
        locality - locality or null for none
      • getPostalCode

        public String getPostalCode()
        Postal code or ZIP (for example, "94043").
        Returns:
        value or null for none
      • setPostalCode

        public AccountAddress setPostalCode(String postalCode)
        Postal code or ZIP (for example, "94043").
        Parameters:
        postalCode - postalCode or null for none
      • getRegion

        public String getRegion()
        Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
        Returns:
        value or null for none
      • setRegion

        public AccountAddress setRegion(String region)
        Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
        Parameters:
        region - region or null for none
      • getStreetAddress

        public String getStreetAddress()
        Street-level part of the address. Use `\n` to add a second line.
        Returns:
        value or null for none
      • setStreetAddress

        public AccountAddress setStreetAddress(String streetAddress)
        Street-level part of the address. Use `\n` to add a second line.
        Parameters:
        streetAddress - streetAddress or null for none
      • set

        public AccountAddress set(String fieldName,
                                  Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public AccountAddress clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy