| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202208 |
| Modifier and Type | Field and Description |
|---|---|
static TeamStatus |
TeamStatus.ACTIVE |
static TeamStatus |
TeamStatus.INACTIVE |
static TeamStatus |
TeamStatus.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static TeamStatus |
TeamStatus.fromString(String value) |
static TeamStatus |
TeamStatus.fromValue(String value) |
TeamStatus |
Team.getStatus()
Gets the status value for this Team.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Team.setStatus(TeamStatus status)
Sets the status value for this Team.
|
| Constructor and Description |
|---|
Team(Long id,
String name,
String description,
TeamStatus status,
Boolean hasAllCompanies,
Boolean hasAllInventory,
TeamAccessType teamAccessType) |
Copyright © 2022. All rights reserved.