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

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

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






RegionPostalCodeAreaPostalCodeRange (Content API for Shopping v2.1-rev20220413-1.32.1)












com.google.api.services.content.model

Class RegionPostalCodeAreaPostalCodeRange

    • Constructor Detail

      • RegionPostalCodeAreaPostalCodeRange

        public RegionPostalCodeAreaPostalCodeRange()
    • Method Detail

      • getBegin

        public String getBegin()
        Required. A postal code or a pattern of the form prefix* denoting the inclusive lower bound of the range defining the area. Examples values: "94108", "9410*", "9*".
        Returns:
        value or null for none
      • setBegin

        public RegionPostalCodeAreaPostalCodeRange setBegin(String begin)
        Required. A postal code or a pattern of the form prefix* denoting the inclusive lower bound of the range defining the area. Examples values: "94108", "9410*", "9*".
        Parameters:
        begin - begin or null for none
      • getEnd

        public String getEnd()
        Optional. A postal code or a pattern of the form prefix* denoting the inclusive upper bound of the range defining the area. It must have the same length as postalCodeRangeBegin: if postalCodeRangeBegin is a postal code then postalCodeRangeEnd must be a postal code too; if postalCodeRangeBegin is a pattern then postalCodeRangeEnd must be a pattern with the same prefix length. Optional: if not set, then the area is defined as being all the postal codes matching postalCodeRangeBegin.
        Returns:
        value or null for none
      • setEnd

        public RegionPostalCodeAreaPostalCodeRange setEnd(String end)
        Optional. A postal code or a pattern of the form prefix* denoting the inclusive upper bound of the range defining the area. It must have the same length as postalCodeRangeBegin: if postalCodeRangeBegin is a postal code then postalCodeRangeEnd must be a postal code too; if postalCodeRangeBegin is a pattern then postalCodeRangeEnd must be a pattern with the same prefix length. Optional: if not set, then the area is defined as being all the postal codes matching postalCodeRangeBegin.
        Parameters:
        end - end or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy