| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202108 |
| Modifier and Type | Field and Description |
|---|---|
static ContentStatusDefinedBy |
ContentStatusDefinedBy.CMS |
static ContentStatusDefinedBy |
ContentStatusDefinedBy.USER |
| Modifier and Type | Method and Description |
|---|---|
static ContentStatusDefinedBy |
ContentStatusDefinedBy.fromString(String value) |
static ContentStatusDefinedBy |
ContentStatusDefinedBy.fromValue(String value) |
ContentStatusDefinedBy |
Content.getStatusDefinedBy()
Gets the statusDefinedBy value for this Content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Content.setStatusDefinedBy(ContentStatusDefinedBy statusDefinedBy)
Sets the statusDefinedBy value for this Content.
|
| Constructor and Description |
|---|
Content(Long id,
String name,
ContentStatus status,
ContentStatusDefinedBy statusDefinedBy,
DaiIngestStatus hlsIngestStatus,
DaiIngestError[] hlsIngestErrors,
DateTime lastHlsIngestDateTime,
DaiIngestStatus dashIngestStatus,
DaiIngestError[] dashIngestErrors,
DateTime lastDashIngestDateTime,
DateTime importDateTime,
DateTime lastModifiedDateTime,
CmsContent[] cmsSources,
long[] contentBundleIds,
long[] cmsMetadataValueIds,
Long duration) |
Copyright © 2021. All rights reserved.