| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
PlatformType |
PlatformType.clone() |
PlatformType |
PlatformType.set(java.lang.String fieldName,
java.lang.Object value) |
PlatformType |
PlatformType.setId(java.lang.Long id)
ID of this platform type.
|
PlatformType |
PlatformType.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
PlatformType |
PlatformType.setName(java.lang.String name)
Name of this platform type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PlatformType> |
PlatformTypesListResponse.getPlatformTypes()
Platform type collection.
|
java.util.List<PlatformType> |
TechnologyTargeting.getPlatformTypes()
Platform types that this ad targets.
|
| Modifier and Type | Method and Description |
|---|---|
PlatformTypesListResponse |
PlatformTypesListResponse.setPlatformTypes(java.util.List<PlatformType> platformTypes)
Platform type collection.
|
TechnologyTargeting |
TechnologyTargeting.setPlatformTypes(java.util.List<PlatformType> platformTypes)
Platform types that this ad targets.
|