public final class BudgetOrderDelegate extends AbstractGetMutateDelegate<com.google.api.ads.adwords.axis.v201409.billing.BudgetOrder,com.google.api.ads.adwords.axis.v201409.billing.BudgetOrderOperation,com.google.api.ads.adwords.axis.v201409.billing.BudgetOrderServiceInterface>
BudgetOrder
.
Implementation is not thread-safe, because AdWordsSession and Apache Axis service objects are not thread-safe.
Constructor and Description |
---|
BudgetOrderDelegate(AdWordsSession adWordsSession,
boolean newBilling)
Default Constructor.
|
BudgetOrderDelegate(AdWordsSession adWordsSession,
List<SelectorFields.BudgetOrder> selectorFields)
Constructor with custom fields.
|
Modifier and Type | Method and Description |
---|---|
List<com.google.api.ads.adwords.axis.v201409.billing.BillingAccount> |
getBillingAccounts()
Retrieves all BillingAccounts for the ManagedCustomer.
|
List<com.google.api.ads.adwords.axis.v201409.billing.BudgetOrder> |
getByBillingAccountId(Long billingAccountId)
Retrieves BudgetOrders by billingAccountId.
|
com.google.api.ads.adwords.axis.v201409.billing.BudgetOrder |
getById(Long id)
Retrieves BudgetOrders by id.
|
insert, insert, mutate, remove, remove, update, update
createSelectorBuilder, get, get, get, getByField, getByField, getByField, getByField, getByFieldContainsAny, getClassT, getOneByField, getPage, setGetMethodName
getAdWordsSession, getService
public BudgetOrderDelegate(AdWordsSession adWordsSession, boolean newBilling)
adWordsSession
- the adWordsSession
to use with the delegate/servicepublic BudgetOrderDelegate(AdWordsSession adWordsSession, List<SelectorFields.BudgetOrder> selectorFields)
adWordsSession
- the adWordsSession
to use with the delegate/serviceselectorFields
- for the Generic Selectors using the SelectorField classpublic List<com.google.api.ads.adwords.axis.v201409.billing.BillingAccount> getBillingAccounts() throws RemoteException
RemoteException
- for communication-related exceptionspublic com.google.api.ads.adwords.axis.v201409.billing.BudgetOrder getById(Long id) throws RemoteException
id
- RemoteException
- for communication-related exceptionspublic List<com.google.api.ads.adwords.axis.v201409.billing.BudgetOrder> getByBillingAccountId(Long billingAccountId) throws RemoteException
billingAccountId
- RemoteException
- for communication-related exceptionsCopyright © 2015. All Rights Reserved.