| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201905 |
| Modifier and Type | Field and Description |
|---|---|
static RfpType |
RfpType.PREFERRED_DEAL |
static RfpType |
RfpType.PROGRAMMATIC_GUARANTEED |
static RfpType |
RfpType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static RfpType |
RfpType.fromString(String value) |
static RfpType |
RfpType.fromValue(String value) |
RfpType |
BuyerRfp.getRfpType()
Gets the rfpType value for this BuyerRfp.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuyerRfp.setRfpType(RfpType rfpType)
Sets the rfpType value for this BuyerRfp.
|
| Constructor and Description |
|---|
BuyerRfp(Money costPerUnit,
Long units,
Money budget,
String currencyCode,
DateTime startDateTime,
DateTime endDateTime,
String description,
CreativePlaceholder[] creativePlaceholders,
Targeting targeting,
String additionalTerms,
AdExchangeEnvironment adExchangeEnvironment,
RfpType rfpType) |
Copyright © 2019. All rights reserved.