| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201802 |
| Modifier and Type | Field and Description |
|---|---|
static PackageStatus |
PackageStatus.COMPLETED |
static PackageStatus |
PackageStatus.IN_PROGRESS |
static PackageStatus |
PackageStatus.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static PackageStatus |
PackageStatus.fromString(String value) |
static PackageStatus |
PackageStatus.fromValue(String value) |
PackageStatus |
Package.getStatus()
Gets the status value for this Package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Package.setStatus(PackageStatus status)
Sets the status value for this Package.
|
| Constructor and Description |
|---|
Package(Long id,
Long proposalId,
Long productPackageId,
Long rateCardId,
String name,
String comments,
PackageStatus status,
DateTime startDateTime,
DateTime endDateTime,
DateTime lastModifiedDateTime) |
Copyright © 2018. All Rights Reserved.