| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202105 |
| Modifier and Type | Field and Description |
|---|---|
static SlateStatus |
SlateStatus.ACTIVE |
static SlateStatus |
SlateStatus.ARCHIVED |
static SlateStatus |
SlateStatus.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static SlateStatus |
SlateStatus.fromString(String value) |
static SlateStatus |
SlateStatus.fromValue(String value) |
SlateStatus |
Slate.getStatus()
Gets the status value for this Slate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Slate.setStatus(SlateStatus status)
Sets the status value for this Slate.
|
| Constructor and Description |
|---|
Slate(Long id,
String name,
SlateStatus status,
TranscodeStatus transcodeStatus,
String videoSourceUrl,
DateTime lastModifiedDateTime) |
Copyright © 2022. All rights reserved.