| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202011 |
| Modifier and Type | Method and Description |
|---|---|
ProposalCompanyAssociation |
Proposal.getAdvertiser()
Gets the advertiser value for this Proposal.
|
ProposalCompanyAssociation[] |
Proposal.getAgencies()
Gets the agencies value for this Proposal.
|
ProposalCompanyAssociation |
Proposal.getAgencies(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
Proposal.setAdvertiser(ProposalCompanyAssociation advertiser)
Sets the advertiser value for this Proposal.
|
void |
Proposal.setAgencies(int i,
ProposalCompanyAssociation _value) |
void |
Proposal.setAgencies(ProposalCompanyAssociation[] agencies)
Sets the agencies 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,
Long exchangeRate,
Boolean refreshExchangeRate,
Boolean isSold,
DateTime lastModifiedDateTime,
ProposalMarketplaceInfo marketplaceInfo,
BuyerRfp buyerRfp,
Boolean hasBuyerRfp) |
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,
Long exchangeRate,
Boolean refreshExchangeRate,
Boolean isSold,
DateTime lastModifiedDateTime,
ProposalMarketplaceInfo marketplaceInfo,
BuyerRfp buyerRfp,
Boolean hasBuyerRfp) |
Copyright © 2021. All rights reserved.