Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
PostalCodeRange |
PostalCodeRange.clone() |
PostalCodeRange |
PostalCodeRange.set(String fieldName,
Object value) |
PostalCodeRange |
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.
|
PostalCodeRange |
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.
|
Modifier and Type | Method and Description |
---|---|
List<PostalCodeRange> |
PostalCodeGroup.getPostalCodeRanges()
A range of postal codes.
|
Modifier and Type | Method and Description |
---|---|
PostalCodeGroup |
PostalCodeGroup.setPostalCodeRanges(List<PostalCodeRange> postalCodeRanges)
A range of postal codes.
|
Copyright © 2011–2024 Google. All rights reserved.