| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
MobileCarrier |
MobileCarrier.clone() |
MobileCarrier |
MobileCarrier.set(java.lang.String fieldName,
java.lang.Object value) |
MobileCarrier |
MobileCarrier.setCountryCode(java.lang.String countryCode)
Country code of the country to which this mobile carrier belongs.
|
MobileCarrier |
MobileCarrier.setCountryDartId(java.lang.Long countryDartId)
DART ID of the country to which this mobile carrier belongs.
|
MobileCarrier |
MobileCarrier.setId(java.lang.Long id)
ID of this mobile carrier.
|
MobileCarrier |
MobileCarrier.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
MobileCarrier |
MobileCarrier.setName(java.lang.String name)
Name of this mobile carrier.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MobileCarrier> |
MobileCarriersListResponse.getMobileCarriers()
Mobile carrier collection.
|
java.util.List<MobileCarrier> |
TechnologyTargeting.getMobileCarriers()
Mobile carriers that this ad targets.
|
| Modifier and Type | Method and Description |
|---|---|
MobileCarriersListResponse |
MobileCarriersListResponse.setMobileCarriers(java.util.List<MobileCarrier> mobileCarriers)
Mobile carrier collection.
|
TechnologyTargeting |
TechnologyTargeting.setMobileCarriers(java.util.List<MobileCarrier> mobileCarriers)
Mobile carriers that this ad targets.
|