| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202011 |
| Modifier and Type | Field and Description |
|---|---|
static CreativeWrapperStatus |
CreativeWrapperStatus.ACTIVE |
static CreativeWrapperStatus |
CreativeWrapperStatus.INACTIVE |
| Modifier and Type | Method and Description |
|---|---|
static CreativeWrapperStatus |
CreativeWrapperStatus.fromString(String value) |
static CreativeWrapperStatus |
CreativeWrapperStatus.fromValue(String value) |
CreativeWrapperStatus |
CreativeWrapper.getStatus()
Gets the status value for this CreativeWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreativeWrapper.setStatus(CreativeWrapperStatus status)
Sets the status value for this CreativeWrapper.
|
| Constructor and Description |
|---|
CreativeWrapper(Long id,
Long labelId,
String htmlHeader,
String htmlFooter,
String ampHead,
String ampBody,
ThirdPartyDataDeclaration thirdPartyDataDeclaration,
CreativeWrapperOrdering ordering,
CreativeWrapperStatus status) |
Copyright © 2021. All rights reserved.