| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202105 |
| Modifier and Type | Field and Description |
|---|---|
static ForecastAdjustmentVolumeType |
ForecastAdjustmentVolumeType.DAILY_VOLUME |
static ForecastAdjustmentVolumeType |
ForecastAdjustmentVolumeType.HISTORICAL_BASIS_VOLUME |
static ForecastAdjustmentVolumeType |
ForecastAdjustmentVolumeType.TOTAL_VOLUME |
static ForecastAdjustmentVolumeType |
ForecastAdjustmentVolumeType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ForecastAdjustmentVolumeType |
ForecastAdjustmentVolumeType.fromString(String value) |
static ForecastAdjustmentVolumeType |
ForecastAdjustmentVolumeType.fromValue(String value) |
ForecastAdjustmentVolumeType |
ForecastAdjustment.getVolumeType()
Gets the volumeType value for this ForecastAdjustment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForecastAdjustment.setVolumeType(ForecastAdjustmentVolumeType volumeType)
Sets the volumeType value for this ForecastAdjustment.
|
| Constructor and Description |
|---|
ForecastAdjustment(Long id,
Long trafficForecastSegmentId,
String name,
DateRange dateRange,
ForecastAdjustmentStatus status,
ForecastAdjustmentVolumeType volumeType,
Boolean allowAdjustingForecastAboveRecommendedLimit,
DailyVolumeSettings dailyVolumeSettings,
TotalVolumeSettings totalVolumeSettings,
HistoricalBasisVolumeSettings historicalBasisVolumeSettings,
long[] calculatedDailyAdOpportunityCounts) |
Copyright © 2021. All rights reserved.