Uses of Class
com.google.api.ads.dfp.v201111.ForecastErrorReason

Uses of ForecastErrorReason in com.google.api.ads.dfp.v201111
 

Fields in com.google.api.ads.dfp.v201111 declared as ForecastErrorReason
static ForecastErrorReason ForecastErrorReason.INTERNAL_ERROR
           
static ForecastErrorReason ForecastErrorReason.NO_FORECAST_YET
           
static ForecastErrorReason ForecastErrorReason.NOT_ENOUGH_INVENTORY
           
static ForecastErrorReason ForecastErrorReason.SERVER_NOT_AVAILABLE
           
static ForecastErrorReason ForecastErrorReason.SUCCESS
           
static ForecastErrorReason ForecastErrorReason.ZERO_LENGTH_RESERVATION
           
 

Methods in com.google.api.ads.dfp.v201111 that return ForecastErrorReason
static ForecastErrorReason ForecastErrorReason.fromString(String value)
           
static ForecastErrorReason ForecastErrorReason.fromValue(String value)
           
 ForecastErrorReason ForecastError.getReason()
          Gets the reason value for this ForecastError.
 

Methods in com.google.api.ads.dfp.v201111 with parameters of type ForecastErrorReason
 void ForecastError.setReason(ForecastErrorReason reason)
          Sets the reason value for this ForecastError.
 

Constructors in com.google.api.ads.dfp.v201111 with parameters of type ForecastErrorReason
ForecastError(String fieldPath, String trigger, String errorString, String apiErrorType, ForecastErrorReason reason)
           
 



Copyright © 2011. All Rights Reserved.