Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
PostalCode |
PostalCode.clone() |
PostalCode |
PostalCode.set(String fieldName,
Object value) |
PostalCode |
PostalCode.setCode(String code)
Postal code.
|
PostalCode |
PostalCode.setCountryCode(String countryCode)
Country code of the country to which this postal code belongs.
|
PostalCode |
PostalCode.setCountryDartId(Long countryDartId)
DART ID of the country to which this postal code belongs.
|
PostalCode |
PostalCode.setId(String id)
ID of this postal code.
|
PostalCode |
PostalCode.setKind(String kind)
Identifies what kind of resource this is.
|
Modifier and Type | Method and Description |
---|---|
List<PostalCode> |
GeoTargeting.getPostalCodes()
Postal codes to be targeted.
|
List<PostalCode> |
PostalCodesListResponse.getPostalCodes()
Postal code collection.
|
Modifier and Type | Method and Description |
---|---|
GeoTargeting |
GeoTargeting.setPostalCodes(List<PostalCode> postalCodes)
Postal codes to be targeted.
|
PostalCodesListResponse |
PostalCodesListResponse.setPostalCodes(List<PostalCode> postalCodes)
Postal code collection.
|
Copyright © 2011–2025 Google. All rights reserved.