public final class FeedDelegate extends AbstractGetMutateDelegate<com.google.api.ads.adwords.axis.v201409.cm.Feed,com.google.api.ads.adwords.axis.v201409.cm.FeedOperation,com.google.api.ads.adwords.axis.v201409.cm.FeedServiceInterface>
Feed.| Constructor and Description |
|---|
FeedDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
FeedDelegate(AdWordsSession adWordsSession,
List<SelectorFields.Feed> selectorFields)
Constructor with custom fields.
|
| Modifier and Type | Method and Description |
|---|---|
List<com.google.api.ads.adwords.axis.v201409.cm.Feed> |
getByFeedId(Long feedId)
Retrieves Feeds by feedId.
|
List<com.google.api.ads.adwords.axis.v201409.cm.Feed> |
getByName(String name)
Retrieves Feeds by name.
|
List<com.google.api.ads.adwords.axis.v201409.cm.Feed> |
getByStatus(com.google.api.ads.adwords.axis.v201409.cm.FeedStatus status)
Retrieves Feeds by status.
|
insert, insert, mutate, remove, remove, update, updatecreateSelectorBuilder, get, get, get, getByField, getByField, getByField, getByField, getByFieldContainsAny, getClassT, getOneByField, getPage, setGetMethodNamegetAdWordsSession, getServicepublic FeedDelegate(AdWordsSession adWordsSession)
adWordsSession - the adWordsSession to use with the delegate/servicepublic FeedDelegate(AdWordsSession adWordsSession, List<SelectorFields.Feed> 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.Feed> getByFeedId(Long feedId) throws RemoteException
feedId - RemoteException - for communication-related exceptionspublic List<com.google.api.ads.adwords.axis.v201409.cm.Feed> getByName(String name) throws RemoteException
name - RemoteException - for communication-related exceptionspublic List<com.google.api.ads.adwords.axis.v201409.cm.Feed> getByStatus(com.google.api.ads.adwords.axis.v201409.cm.FeedStatus status) throws RemoteException
status - RemoteException - for communication-related exceptionsCopyright © 2015. All Rights Reserved.