| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201705 |
| Modifier and Type | Field and Description |
|---|---|
static ContentStatus |
ContentStatus.ACTIVE |
static ContentStatus |
ContentStatus.ARCHIVED |
static ContentStatus |
ContentStatus.INACTIVE |
static ContentStatus |
ContentStatus.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ContentStatus |
ContentStatus.fromString(String value) |
static ContentStatus |
ContentStatus.fromValue(String value) |
ContentStatus |
Content.getStatus()
Gets the status value for this Content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Content.setStatus(ContentStatus status)
Sets the status value for this Content.
|
| Constructor and Description |
|---|
Content(Long id,
String name,
ContentStatus status,
ContentStatusDefinedBy statusDefinedBy,
DaiIngestStatus daiIngestStatus,
DaiIngestError[] daiIngestErrors,
DateTime lastDaiIngestDateTime,
DateTime importDateTime,
DateTime lastModifiedDateTime,
long[] userDefinedCustomTargetingValueIds,
long[] mappingRuleDefinedCustomTargetingValueIds,
CmsContent[] cmsSources) |
Copyright © 2018. All Rights Reserved.