| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201405 |
| Modifier and Type | Field and Description |
|---|---|
static ProductStatus |
ProductStatus.ACTIVE |
static ProductStatus |
ProductStatus.ARCHIVED |
static ProductStatus |
ProductStatus.INACTIVE |
static ProductStatus |
ProductStatus.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ProductStatus |
ProductStatus.fromString(String value) |
static ProductStatus |
ProductStatus.fromValue(String value) |
ProductStatus |
Product.getStatus()
Gets the status value for this Product.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Product.setStatus(ProductStatus status)
Sets the status value for this Product.
|
| Constructor and Description |
|---|
Product(String name,
ProductStatus status,
ProductType productType,
Long productTemplateId,
String id,
String notes,
String productTemplateDescription,
DateTime lastModifiedDateTime,
RateType rateType,
RoadblockingType roadblockingType,
CreativePlaceholder[] creativePlaceholders,
LineItemType lineItemType,
Integer priority,
FrequencyCap[] frequencyCaps,
Boolean allowFrequencyCapsCustomization,
ProductTemplateTargeting targeting,
BaseCustomFieldValue[] customFieldValues) |
Copyright © 2014. All Rights Reserved.