| Package | Description |
|---|---|
| com.google.api.ads.adwords.jaxws.v201809.cm |
| Modifier and Type | Field and Description |
|---|---|
protected BidSource |
CpaBid.bidSource |
protected BidSource |
CpcBid.cpcBidSource |
protected BidSource |
CpmBid.cpmBidSource |
| Modifier and Type | Method and Description |
|---|---|
static BidSource |
BidSource.fromValue(String v) |
BidSource |
CpaBid.getBidSource()
Gets the value of the bidSource property.
|
BidSource |
CpcBid.getCpcBidSource()
Gets the value of the cpcBidSource property.
|
BidSource |
CpmBid.getCpmBidSource()
Gets the value of the cpmBidSource property.
|
static BidSource |
BidSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BidSource[] |
BidSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CpaBid.setBidSource(BidSource value)
Sets the value of the bidSource property.
|
void |
CpcBid.setCpcBidSource(BidSource value)
Sets the value of the cpcBidSource property.
|
void |
CpmBid.setCpmBidSource(BidSource value)
Sets the value of the cpmBidSource property.
|
Copyright © 2023. All rights reserved.