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

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







PostalCodeRange (Content API for Shopping v2.1-rev20190513-1.28.0)












com.google.api.services.content.model

Class PostalCodeRange

    • Constructor Detail

      • PostalCodeRange

        public PostalCodeRange()
    • Method Detail

      • getPostalCodeRangeBegin

        public String getPostalCodeRangeBegin()
        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*". Required.
        Returns:
        value or null for none
      • setPostalCodeRangeBegin

        public PostalCodeRange setPostalCodeRangeBegin(String postalCodeRangeBegin)
        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*". Required.
        Parameters:
        postalCodeRangeBegin - postalCodeRangeBegin or null for none
      • getPostalCodeRangeEnd

        public String getPostalCodeRangeEnd()
        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
      • setPostalCodeRangeEnd

        public PostalCodeRange setPostalCodeRangeEnd(String postalCodeRangeEnd)
        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:
        postalCodeRangeEnd - postalCodeRangeEnd or null for none
      • clone

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

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy