public final class ExperimentDelegate extends AbstractGetMutateDelegate<com.google.api.ads.adwords.axis.v201409.cm.Experiment,com.google.api.ads.adwords.axis.v201409.cm.ExperimentOperation,com.google.api.ads.adwords.axis.v201409.cm.ExperimentServiceInterface>
Experiment
.Constructor and Description |
---|
ExperimentDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
ExperimentDelegate(AdWordsSession adWordsSession,
List<SelectorFields.Experiment> selectorFields)
Constructor with custom fields.
|
Modifier and Type | Method and Description |
---|---|
List<com.google.api.ads.adwords.axis.v201409.cm.Experiment> |
getByCampaignId(long campaignId)
Retrieves Experiments by campaignId.
|
com.google.api.ads.adwords.axis.v201409.cm.Experiment |
getByControlId(long controlId)
Retrieves Experiments by controlId.
|
com.google.api.ads.adwords.axis.v201409.cm.Experiment |
getById(long id)
Retrieves Experiments 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 ExperimentDelegate(AdWordsSession adWordsSession)
adWordsSession
- the adWordsSession
to use with the delegate/servicepublic ExperimentDelegate(AdWordsSession adWordsSession, List<SelectorFields.Experiment> selectorFields)
adWordsSession
- the adWordsSession
to use with the delegate/serviceselectorFields
- for the Generic Selectors using the SelectorField classpublic com.google.api.ads.adwords.axis.v201409.cm.Experiment getById(long id) throws RemoteException
id
- RemoteException
- for communication-related exceptionspublic List<com.google.api.ads.adwords.axis.v201409.cm.Experiment> getByCampaignId(long campaignId) throws RemoteException
campaignId
- RemoteException
- for communication-related exceptionspublic com.google.api.ads.adwords.axis.v201409.cm.Experiment getByControlId(long controlId) throws RemoteException
controlId
- RemoteException
- for communication-related exceptionsCopyright © 2015. All Rights Reserved.