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