public class AdExchangeBuyerII.Accounts.FinalizedProposals extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdExchangeBuyerII.Accounts.FinalizedProposals.List |
class |
AdExchangeBuyerII.Accounts.FinalizedProposals.Pause |
class |
AdExchangeBuyerII.Accounts.FinalizedProposals.Resume |
| Constructor and Description |
|---|
FinalizedProposals() |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Accounts.FinalizedProposals.List |
list(String accountId)
List finalized proposals, regardless if a proposal is being renegotiated.
|
AdExchangeBuyerII.Accounts.FinalizedProposals.Pause |
pause(String accountId,
String proposalId,
PauseProposalDealsRequest content)
Update given deals to pause serving.
|
AdExchangeBuyerII.Accounts.FinalizedProposals.Resume |
resume(String accountId,
String proposalId,
ResumeProposalDealsRequest content)
Update given deals to resume serving.
|
public AdExchangeBuyerII.Accounts.FinalizedProposals.List list(String accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the buyer.IOExceptionpublic AdExchangeBuyerII.Accounts.FinalizedProposals.Pause pause(String accountId, String proposalId, PauseProposalDealsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the buyer.proposalId - The proposal_id of the proposal containing the deals.content - the PauseProposalDealsRequestIOExceptionpublic AdExchangeBuyerII.Accounts.FinalizedProposals.Resume resume(String accountId, String proposalId, ResumeProposalDealsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the buyer.proposalId - The proposal_id of the proposal containing the deals.content - the ResumeProposalDealsRequestIOExceptionCopyright © 2011–2021 Google. All rights reserved.