| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202102 |
| Modifier and Type | Field and Description |
|---|---|
static ApprovalStatus |
ApprovalStatus.APPROVED |
static ApprovalStatus |
ApprovalStatus.DISAPPROVED |
static ApprovalStatus |
ApprovalStatus.DRAFT |
static ApprovalStatus |
ApprovalStatus.REQUIRES_REVIEW |
static ApprovalStatus |
ApprovalStatus.UNCHECKED |
static ApprovalStatus |
ApprovalStatus.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ApprovalStatus |
ApprovalStatus.fromString(String value) |
static ApprovalStatus |
ApprovalStatus.fromValue(String value) |
ApprovalStatus |
Site.getApprovalStatus()
Gets the approvalStatus value for this Site.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Site.setApprovalStatus(ApprovalStatus approvalStatus)
Sets the approvalStatus value for this Site.
|
| Constructor and Description |
|---|
Site(Long id,
String url,
String childNetworkCode,
ApprovalStatus approvalStatus,
Boolean active) |
Copyright © 2021. All rights reserved.