| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201211 |
| Modifier and Type | Field and Description |
|---|---|
static OrderStatus |
OrderStatus.APPROVED |
static OrderStatus |
OrderStatus.CANCELED |
static OrderStatus |
OrderStatus.DELETED |
static OrderStatus |
OrderStatus.DISAPPROVED |
static OrderStatus |
OrderStatus.DRAFT |
static OrderStatus |
OrderStatus.PAUSED |
static OrderStatus |
OrderStatus.PENDING_APPROVAL |
static OrderStatus |
OrderStatus.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static OrderStatus |
OrderStatus.fromString(String value) |
static OrderStatus |
OrderStatus.fromValue(String value) |
OrderStatus |
Order.getStatus()
Gets the status value for this Order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setStatus(OrderStatus status)
Sets the status value for this Order.
|
| Constructor and Description |
|---|
Order(Long id,
String name,
DateTime startDateTime,
DateTime endDateTime,
Boolean unlimitedEndDateTime,
OrderStatus status,
Boolean isArchived,
String notes,
Integer externalOrderId,
String poNumber,
String currencyCode,
Long advertiserId,
Long agencyId,
Long creatorId,
Long traffickerId,
long[] secondaryTraffickerIds,
Long salespersonId,
long[] secondarySalespersonIds,
Long totalImpressionsDelivered,
Long totalClicksDelivered,
Money totalBudget,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
String lastModifiedByApp,
long[] appliedTeamIds,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues) |
Copyright © 2014. All Rights Reserved.