| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201308 |
| 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,
String name,
DateTime startDateTime,
DateTime endDateTime,
ProposalStatus status,
Boolean isArchived,
ProposalCompanyAssociation advertiser,
ProposalCompanyAssociation[] agencies,
Integer probabilityToClose,
BillingCap billingCap,
BillingSchedule billingSchedule,
BillingSource billingSource,
String poNumber,
String notes,
Money budget,
SalespersonSplit primarySalesperson,
SalespersonSplit[] secondarySalespeople,
long[] salesPlannerIds,
Long primaryTraffickerId,
long[] secondaryTraffickerIds,
long[] appliedTeamIds,
BaseCustomFieldValue[] customFieldValues,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
Long advertiserDiscount,
Long proposalDiscount,
Money additionalAdjustment,
Long exchangeRate,
Boolean refreshExchangeRate,
Long agencyCommission,
Long valueAddedTax,
long[] approvalWorkflowActionIds,
ProposalApprovalStatus approvalStatus) |
Copyright © 2013. All Rights Reserved.