| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202208 |
| Modifier and Type | Field and Description |
|---|---|
static ProposalStatus |
ProposalStatus.APPROVED |
static ProposalStatus |
ProposalStatus.DRAFT |
static ProposalStatus |
ProposalStatus.PENDING_APPROVAL |
static ProposalStatus |
ProposalStatus.REJECTED |
static ProposalStatus |
ProposalStatus.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ProposalStatus |
ProposalStatus.fromString(String value) |
static ProposalStatus |
ProposalStatus.fromValue(String value) |
ProposalStatus |
Proposal.getStatus()
Gets the status value for this Proposal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Proposal.setStatus(ProposalStatus status)
Sets the status value for this Proposal.
|
| Constructor and Description |
|---|
Proposal(Long id,
Boolean isProgrammatic,
Long dfpOrderId,
String name,
DateTime startDateTime,
DateTime endDateTime,
ProposalStatus status,
Boolean isArchived,
ProposalCompanyAssociation advertiser,
ProposalCompanyAssociation[] agencies,
String internalNotes,
SalespersonSplit primarySalesperson,
long[] salesPlannerIds,
Long primaryTraffickerId,
long[] sellerContactIds,
long[] appliedTeamIds,
BaseCustomFieldValue[] customFieldValues,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
String currencyCode,
Boolean isSold,
DateTime lastModifiedDateTime,
ProposalMarketplaceInfo marketplaceInfo,
BuyerRfp buyerRfp,
Boolean hasBuyerRfp,
Boolean deliveryPausingEnabled) |
Copyright © 2022. All rights reserved.