| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
PricePerBuyer |
PricePerBuyer.clone() |
PricePerBuyer |
PricePerBuyer.set(String fieldName,
Object value) |
PricePerBuyer |
PricePerBuyer.setAdvertiserIds(List<String> advertiserIds)
The list of advertisers for this price when associated with this buyer.
|
PricePerBuyer |
PricePerBuyer.setBuyer(Buyer buyer)
The buyer who will pay this price.
|
PricePerBuyer |
PricePerBuyer.setPrice(Price price)
The specified price.
|
| Modifier and Type | Method and Description |
|---|---|
List<PricePerBuyer> |
NonGuaranteedFixedPriceTerms.getFixedPrices()
Fixed price for the specified buyer.
|
List<PricePerBuyer> |
GuaranteedFixedPriceTerms.getFixedPrices()
Fixed price for the specified buyer.
|
List<PricePerBuyer> |
NonGuaranteedAuctionTerms.getReservePricesPerBuyer()
Reserve price for the specified buyer.
|
| Modifier and Type | Method and Description |
|---|---|
NonGuaranteedFixedPriceTerms |
NonGuaranteedFixedPriceTerms.setFixedPrices(List<PricePerBuyer> fixedPrices)
Fixed price for the specified buyer.
|
GuaranteedFixedPriceTerms |
GuaranteedFixedPriceTerms.setFixedPrices(List<PricePerBuyer> fixedPrices)
Fixed price for the specified buyer.
|
NonGuaranteedAuctionTerms |
NonGuaranteedAuctionTerms.setReservePricesPerBuyer(List<PricePerBuyer> reservePricesPerBuyer)
Reserve price for the specified buyer.
|
Copyright © 2011–2021 Google. All rights reserved.