public final class FeedMappingDelegate extends AbstractGetMutateDelegate<com.google.api.ads.adwords.axis.v201409.cm.FeedMapping,com.google.api.ads.adwords.axis.v201409.cm.FeedMappingOperation,com.google.api.ads.adwords.axis.v201409.cm.FeedMappingServiceInterface>
FeedMapping
.Constructor and Description |
---|
FeedMappingDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
FeedMappingDelegate(AdWordsSession adWordsSession,
List<SelectorFields.FeedMapping> selectorFields)
Constructor with custom fields.
|
Modifier and Type | Method and Description |
---|---|
List<com.google.api.ads.adwords.axis.v201409.cm.FeedMapping> |
getByFeedId(Long feedId)
Retrieves FeedMappings by feedId.
|
List<com.google.api.ads.adwords.axis.v201409.cm.FeedMapping> |
getByFeedMappingId(Long feedMappingId)
Retrieves FeedMappings by feedMappingId.
|
List<com.google.api.ads.adwords.axis.v201409.cm.FeedMapping> |
getByStatus(com.google.api.ads.adwords.axis.v201409.cm.FeedMappingStatus status)
Retrieves FeedMappings by status.
|
insert, insert, mutate, remove, remove, update, update
createSelectorBuilder, get, get, get, getByField, getByField, getByField, getByField, getByFieldContainsAny, getClassT, getOneByField, getPage, setGetMethodName
getAdWordsSession, getService
public FeedMappingDelegate(AdWordsSession adWordsSession)
adWordsSession
- the adWordsSession
to use with the delegate/servicepublic FeedMappingDelegate(AdWordsSession adWordsSession, List<SelectorFields.FeedMapping> 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.FeedMapping> getByFeedId(Long feedId) throws RemoteException
feedId
- RemoteException
- for communication-related exceptionspublic List<com.google.api.ads.adwords.axis.v201409.cm.FeedMapping> getByFeedMappingId(Long feedMappingId) throws RemoteException
feedMappingId
- RemoteException
- for communication-related exceptionspublic List<com.google.api.ads.adwords.axis.v201409.cm.FeedMapping> getByStatus(com.google.api.ads.adwords.axis.v201409.cm.FeedMappingStatus status) throws RemoteException
status
- RemoteException
- for communication-related exceptionsCopyright © 2015. All Rights Reserved.