| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201405 |
| Modifier and Type | Field and Description |
|---|---|
static UnitType |
UnitType.CLICKS |
static UnitType |
UnitType.IMPRESSIONS |
| Modifier and Type | Method and Description |
|---|---|
static UnitType |
UnitType.fromString(String value) |
static UnitType |
UnitType.fromValue(String value) |
UnitType |
Goal.getUnitType()
Gets the unitType value for this Goal.
|
UnitType |
Forecast.getUnitType()
Gets the unitType value for this Forecast.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Goal.setUnitType(UnitType unitType)
Sets the unitType value for this Goal.
|
void |
Forecast.setUnitType(UnitType unitType)
Sets the unitType value for this Forecast.
|
| Constructor and Description |
|---|
Forecast(Long id,
Long orderId,
UnitType unitType,
Long availableUnits,
Long deliveredUnits,
Long matchedUnits,
Long possibleUnits,
Long reservedUnits,
ContendingLineItem[] contendingLineItems) |
Goal(UnitType unitType,
Long units) |
Copyright © 2014. All Rights Reserved.