| Package | Description | 
|---|---|
| com.google.api.ads.adwords.axis.utility.extension | 
| Modifier and Type | Method and Description | 
|---|---|
ExtendedManagedCustomer | 
ExtendedMcc.getExtendedManagedCustomer(Long customerId)
Gets the ManagedCustomers for the ExtendedMcc in the customerIds list. 
 | 
ExtendedManagedCustomer | 
ExtendedMcc.insertManagedCustomer(com.google.api.ads.adwords.axis.v201409.mcm.ManagedCustomer apiManagedCustomer)
Inserts a ManagedCustomer into the ExtendedMcc. 
 | 
ExtendedManagedCustomer | 
ExtendedMcc.insertManagedCustomer(String name,
                     String companyName,
                     String dateTimeZone,
                     String currencyCode)
Inserts a ManagedCustomer into the ExtendedMcc. 
 | 
static ExtendedManagedCustomer | 
ExtendedManagedCustomer.withOAuth2FromFile()
Creates a new ExtendedManagedCustomer using the ads.properties file and using OAuth2. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<ExtendedManagedCustomer> | 
ExtendedManagedCustomer.as(List<com.google.api.ads.adwords.axis.v201409.mcm.ManagedCustomer> managedCustomers,
  AdWordsSession adWordsSession)
Transforms a regular list of ManagedCustomers into a list of
 ExtendedManagedCustomers. 
 | 
List<ExtendedManagedCustomer> | 
ExtendedMcc.getExtendedManagedCustomers()
Gets the ManagedCustomers for the ExtendedMcc in the customerIds list. 
 | 
List<ExtendedManagedCustomer> | 
ExtendedMcc.getExtendedManagedCustomers(int startIndex,
                           int numberResults)
Gets the ManagedCustomers for the ExtendedMcc  between startIndex and numberResults. 
 | 
List<ExtendedManagedCustomer> | 
ExtendedMcc.getExtendedManagedCustomers(List<Long> customerIds)
Gets the ManagedCustomers for the ExtendedMcc in the customerIds list. 
 | 
List<ExtendedManagedCustomer> | 
ExtendedMcc.insertManagedCustomers(List<com.google.api.ads.adwords.axis.v201409.mcm.ManagedCustomer> apiManagedCustomers)
Inserts ManagedCustomers into the ExtendedMcc. 
 | 
Copyright © 2015. All Rights Reserved.