| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1 | |
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Accounts.Proposals.Create |
AdExchangeBuyerII.Accounts.Proposals.create(String accountId,
Proposal content)
Create the given proposal.
|
AdExchangeBuyerII.Accounts.Proposals.Update |
AdExchangeBuyerII.Accounts.Proposals.update(String accountId,
String proposalId,
Proposal content)
Update the given proposal at the client known revision number.
|
| Constructor and Description |
|---|
Create(String accountId,
Proposal content)
Create the given proposal.
|
Update(String accountId,
String proposalId,
Proposal content)
Update the given proposal at the client known revision number.
|
| Modifier and Type | Method and Description |
|---|---|
Proposal |
Proposal.clone() |
Proposal |
Proposal.set(String fieldName,
Object value) |
Proposal |
Proposal.setBilledBuyer(Buyer billedBuyer)
Output only.
|
Proposal |
Proposal.setBuyer(Buyer buyer)
Reference to the buyer on the proposal.
|
Proposal |
Proposal.setBuyerContacts(List<ContactInformation> buyerContacts)
Contact information for the buyer.
|
Proposal |
Proposal.setBuyerPrivateData(PrivateData buyerPrivateData)
Private data for buyer.
|
Proposal |
Proposal.setDeals(List<Deal> deals)
The deals associated with this proposal.
|
Proposal |
Proposal.setDisplayName(String displayName)
The name for the proposal.
|
Proposal |
Proposal.setIsRenegotiating(Boolean isRenegotiating)
Output only.
|
Proposal |
Proposal.setIsSetupComplete(Boolean isSetupComplete)
Output only.
|
Proposal |
Proposal.setLastUpdaterOrCommentorRole(String lastUpdaterOrCommentorRole)
Output only.
|
Proposal |
Proposal.setNotes(List<Note> notes)
Output only.
|
Proposal |
Proposal.setOriginatorRole(String originatorRole)
Output only.
|
Proposal |
Proposal.setPrivateAuctionId(String privateAuctionId)
Output only.
|
Proposal |
Proposal.setProposalId(String proposalId)
Output only.
|
Proposal |
Proposal.setProposalRevision(Long proposalRevision)
Output only.
|
Proposal |
Proposal.setProposalState(String proposalState)
Output only.
|
Proposal |
Proposal.setSeller(Seller seller)
Reference to the seller on the proposal.
|
Proposal |
Proposal.setSellerContacts(List<ContactInformation> sellerContacts)
Output only.
|
Proposal |
Proposal.setTermsAndConditions(String termsAndConditions)
Output only.
|
Proposal |
Proposal.setUpdateTime(String updateTime)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Proposal> |
ListProposalsResponse.getProposals()
The list of proposals.
|
| Modifier and Type | Method and Description |
|---|---|
ListProposalsResponse |
ListProposalsResponse.setProposals(List<Proposal> proposals)
The list of proposals.
|
Copyright © 2011–2021 Google. All rights reserved.