Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
PostalCodeGroup |
PostalCodeGroup.clone() |
PostalCodeGroup |
PostalCodeGroup.set(String fieldName,
Object value) |
PostalCodeGroup |
PostalCodeGroup.setCountry(String country)
The CLDR territory code of the country the postal code group applies to.
|
PostalCodeGroup |
PostalCodeGroup.setName(String name)
The name of the postal code group, referred to in headers.
|
PostalCodeGroup |
PostalCodeGroup.setPostalCodeRanges(List<PostalCodeRange> postalCodeRanges)
A range of postal codes.
|
Modifier and Type | Method and Description |
---|---|
List<PostalCodeGroup> |
ShippingSettings.getPostalCodeGroups()
A list of postal code groups that can be referred to in `services`.
|
Modifier and Type | Method and Description |
---|---|
ShippingSettings |
ShippingSettings.setPostalCodeGroups(List<PostalCodeGroup> postalCodeGroups)
A list of postal code groups that can be referred to in `services`.
|
Copyright © 2011–2024 Google. All rights reserved.