| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Country |
Country.clone() |
Country |
Country.set(java.lang.String fieldName,
java.lang.Object value) |
Country |
Country.setCountryCode(java.lang.String countryCode)
Country code.
|
Country |
Country.setDartId(java.lang.Long dartId)
DART ID of this country.
|
Country |
Country.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Country |
Country.setName(java.lang.String name)
Name of this country.
|
Country |
Country.setSslEnabled(java.lang.Boolean sslEnabled)
Whether ad serving supports secure servers in this country.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Country> |
GeoTargeting.getCountries()
Countries to be targeted or excluded from targeting, depending on the setting of the
excludeCountries field.
|
java.util.List<Country> |
CountriesListResponse.getCountries()
Country collection.
|
| Modifier and Type | Method and Description |
|---|---|
GeoTargeting |
GeoTargeting.setCountries(java.util.List<Country> countries)
Countries to be targeted or excluded from targeting, depending on the setting of the
excludeCountries field.
|
CountriesListResponse |
CountriesListResponse.setCountries(java.util.List<Country> countries)
Country collection.
|