public class AdExchangeBuyerII.Accounts.Proposals extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdExchangeBuyerII.Accounts.Proposals.Accept |
class |
AdExchangeBuyerII.Accounts.Proposals.AddNote |
class |
AdExchangeBuyerII.Accounts.Proposals.CancelNegotiation |
class |
AdExchangeBuyerII.Accounts.Proposals.CompleteSetup |
class |
AdExchangeBuyerII.Accounts.Proposals.Create |
class |
AdExchangeBuyerII.Accounts.Proposals.Get |
class |
AdExchangeBuyerII.Accounts.Proposals.List |
class |
AdExchangeBuyerII.Accounts.Proposals.Pause |
class |
AdExchangeBuyerII.Accounts.Proposals.Resume |
class |
AdExchangeBuyerII.Accounts.Proposals.Update |
| Constructor and Description |
|---|
Proposals() |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Accounts.Proposals.Accept |
accept(String accountId,
String proposalId,
AcceptProposalRequest content)
Mark the proposal as accepted at the given revision number.
|
AdExchangeBuyerII.Accounts.Proposals.AddNote |
addNote(String accountId,
String proposalId,
AddNoteRequest content)
Create a new note and attach it to the proposal.
|
AdExchangeBuyerII.Accounts.Proposals.CancelNegotiation |
cancelNegotiation(String accountId,
String proposalId,
CancelNegotiationRequest content)
Cancel an ongoing negotiation on a proposal.
|
AdExchangeBuyerII.Accounts.Proposals.CompleteSetup |
completeSetup(String accountId,
String proposalId,
CompleteSetupRequest content)
Update the given proposal to indicate that setup has been completed.
|
AdExchangeBuyerII.Accounts.Proposals.Create |
create(String accountId,
Proposal content)
Create the given proposal.
|
AdExchangeBuyerII.Accounts.Proposals.Get |
get(String accountId,
String proposalId)
Gets a proposal given its ID.
|
AdExchangeBuyerII.Accounts.Proposals.List |
list(String accountId)
List proposals.
|
AdExchangeBuyerII.Accounts.Proposals.Pause |
pause(String accountId,
String proposalId,
PauseProposalRequest content)
Update the given proposal to pause serving.
|
AdExchangeBuyerII.Accounts.Proposals.Resume |
resume(String accountId,
String proposalId,
ResumeProposalRequest content)
Update the given proposal to resume serving.
|
AdExchangeBuyerII.Accounts.Proposals.Update |
update(String accountId,
String proposalId,
Proposal content)
Update the given proposal at the client known revision number.
|
public AdExchangeBuyerII.Accounts.Proposals.Accept accept(String accountId, String proposalId, AcceptProposalRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the buyer.proposalId - The ID of the proposal to accept.content - the AcceptProposalRequestIOExceptionpublic AdExchangeBuyerII.Accounts.Proposals.AddNote addNote(String accountId, String proposalId, AddNoteRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the buyer.proposalId - The ID of the proposal to attach the note to.content - the AddNoteRequestIOExceptionpublic AdExchangeBuyerII.Accounts.Proposals.CancelNegotiation cancelNegotiation(String accountId, String proposalId, CancelNegotiationRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.accountId - Account ID of the buyer.proposalId - The ID of the proposal to cancel negotiation for.content - the CancelNegotiationRequestIOExceptionpublic AdExchangeBuyerII.Accounts.Proposals.CompleteSetup completeSetup(String accountId, String proposalId, CompleteSetupRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.accountId - Account ID of the buyer.proposalId - The ID of the proposal to mark as setup completed.content - the CompleteSetupRequestIOExceptionpublic AdExchangeBuyerII.Accounts.Proposals.Create create(String accountId, Proposal content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the buyer.content - the ProposalIOExceptionpublic AdExchangeBuyerII.Accounts.Proposals.Get get(String accountId, String proposalId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the buyer.proposalId - The unique ID of the proposalIOExceptionpublic AdExchangeBuyerII.Accounts.Proposals.List list(String accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the buyer.IOExceptionpublic AdExchangeBuyerII.Accounts.Proposals.Pause pause(String accountId, String proposalId, PauseProposalRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the buyer.proposalId - The ID of the proposal to pause.content - the PauseProposalRequestIOExceptionpublic AdExchangeBuyerII.Accounts.Proposals.Resume resume(String accountId, String proposalId, ResumeProposalRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the buyer.proposalId - The ID of the proposal to resume.content - the ResumeProposalRequestIOExceptionpublic AdExchangeBuyerII.Accounts.Proposals.Update update(String accountId, String proposalId, Proposal content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the buyer.proposalId - The unique ID of the proposal.content - the ProposalIOExceptionCopyright © 2011–2021 Google. All rights reserved.