| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201403 |
| Modifier and Type | Field and Description |
|---|---|
static ProposalApprovalStatus |
ProposalApprovalStatus.NON_PENDING |
static ProposalApprovalStatus |
ProposalApprovalStatus.PENDING |
static ProposalApprovalStatus |
ProposalApprovalStatus.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ProposalApprovalStatus |
ProposalApprovalStatus.fromString(String value) |
static ProposalApprovalStatus |
ProposalApprovalStatus.fromValue(String value) |
ProposalApprovalStatus |
Proposal.getApprovalStatus()
Gets the approvalStatus value for this Proposal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Proposal.setApprovalStatus(ProposalApprovalStatus approvalStatus)
Sets the approvalStatus value for this Proposal.
|
| Constructor and Description |
|---|
Proposal(Long id,
Long dfpOrderId,
String name,
PricingModel pricingModel,
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,
String currencyCode,
Long exchangeRate,
Boolean refreshExchangeRate,
Long agencyCommission,
Long valueAddedTax,
Boolean isSold,
ProposalApprovalStatus approvalStatus,
DateTime lastModifiedDateTime,
Integer thirdPartyAdServerId,
String customThirdPartyAdServerName) |
Copyright © 2014. All Rights Reserved.