public final class DataCriterionBidLandscapeDelegate extends AbstractGetDelegate<com.google.api.ads.adwords.axis.v201409.cm.CriterionBidLandscape,com.google.api.ads.adwords.axis.v201409.cm.DataServiceInterface>
CriterionBidLandscape.
Implementation is not thread-safe, because AdWordsSession and Apache Axis service objects are not thread-safe.
| Modifier and Type | Field and Description |
|---|---|
static String |
GET_METHOD_NAME |
| Constructor and Description |
|---|
DataCriterionBidLandscapeDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
DataCriterionBidLandscapeDelegate(AdWordsSession adWordsSession,
List<SelectorFields.CriterionBidLandscape> selectorFields)
Constructor with custom fields.
|
| Modifier and Type | Method and Description |
|---|---|
List<com.google.api.ads.adwords.axis.v201409.cm.CriterionBidLandscape> |
getByAdGroupId(long adGroupId)
Retrieves CriterionBidLandscapes by adGroupId.
|
List<com.google.api.ads.adwords.axis.v201409.cm.CriterionBidLandscape> |
getByAdGroupIdCriterionId(long adGroupId,
long criterionId)
Retrieves CriterionBidLandscapes by adGroupId and criterionId.
|
List<com.google.api.ads.adwords.axis.v201409.cm.CriterionBidLandscape> |
getByCampaignId(long campaignId)
Retrieves CriterionBidLandscapes by campaignId.
|
createSelectorBuilder, get, get, get, getByField, getByField, getByField, getByField, getByFieldContainsAny, getClassT, getOneByField, getPage, setGetMethodNamegetAdWordsSession, getServicepublic static final String GET_METHOD_NAME
public DataCriterionBidLandscapeDelegate(AdWordsSession adWordsSession)
adWordsSession - the adWordsSession to use with the delegate/servicepublic DataCriterionBidLandscapeDelegate(AdWordsSession adWordsSession, List<SelectorFields.CriterionBidLandscape> 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.cm.CriterionBidLandscape> getByAdGroupIdCriterionId(long adGroupId, long criterionId) throws RemoteException
adGroupId - criterionId - RemoteException - for communication-related exceptionspublic List<com.google.api.ads.adwords.axis.v201409.cm.CriterionBidLandscape> getByAdGroupId(long adGroupId) throws RemoteException
adGroupId - RemoteException - for communication-related exceptionspublic List<com.google.api.ads.adwords.axis.v201409.cm.CriterionBidLandscape> getByCampaignId(long campaignId) throws RemoteException
campaignId - RemoteException - for communication-related exceptionsCopyright © 2015. All Rights Reserved.