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