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