public final class AdParamDelegate extends AbstractGetMutateDelegate<com.google.api.ads.adwords.axis.v201409.cm.AdParam,com.google.api.ads.adwords.axis.v201409.cm.AdParamOperation,com.google.api.ads.adwords.axis.v201409.cm.AdParamServiceInterface>
AdParam
.
Implementation is not thread-safe, because AdWordsSession and Apache Axis service objects are not thread-safe.
Constructor and Description |
---|
AdParamDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
AdParamDelegate(AdWordsSession adWordsSession,
List<SelectorFields.AdParam> selectorFields)
Constructor with custom fields.
|
Modifier and Type | Method and Description |
---|---|
List<com.google.api.ads.adwords.axis.v201409.cm.AdParam> |
getByAdGroupId(Long adGroupId)
Retrieves AdParams by adGroupId.
|
List<com.google.api.ads.adwords.axis.v201409.cm.AdParam> |
getByAdGroupIdCriterionId(Long adGroupId,
Long criterionId)
Retrieves AdParams by adGroupId and criterionId.
|
insert, insert, mutate, remove, remove, update, update
createSelectorBuilder, get, get, get, getByField, getByField, getByField, getByField, getByFieldContainsAny, getClassT, getOneByField, getPage, setGetMethodName
getAdWordsSession, getService
public AdParamDelegate(AdWordsSession adWordsSession)
adWordsSession
- the adWordsSession
to use with the delegate/servicepublic AdParamDelegate(AdWordsSession adWordsSession, List<SelectorFields.AdParam> 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.AdParam> getByAdGroupId(Long adGroupId) throws RemoteException
adGroupId
- RemoteException
- for communication-related exceptionspublic List<com.google.api.ads.adwords.axis.v201409.cm.AdParam> getByAdGroupIdCriterionId(Long adGroupId, Long criterionId) throws RemoteException
adGroupId
- criterionId
- RemoteException
- for communication-related exceptionsCopyright © 2015. All Rights Reserved.