| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201308 |
| Modifier and Type | Field and Description |
|---|---|
static RateCardStatus |
RateCardStatus.ACTIVE |
static RateCardStatus |
RateCardStatus.INACTIVE |
static RateCardStatus |
RateCardStatus.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static RateCardStatus |
RateCardStatus.fromString(String value) |
static RateCardStatus |
RateCardStatus.fromValue(String value) |
RateCardStatus |
RateCard.getStatus()
Gets the status value for this RateCard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RateCard.setStatus(RateCardStatus status)
Sets the status value for this RateCard.
|
| Constructor and Description |
|---|
RateCard(Long id,
String name,
RateCardStatus status,
long[] appliedTeamIds) |
Copyright © 2013. All Rights Reserved.