org.brickred.socialauth.plugin.instagram
Class FeedPluginImpl
java.lang.Object
org.brickred.socialauth.plugin.instagram.FeedPluginImpl
- All Implemented Interfaces:
- Serializable, FeedPlugin, Plugin
public class FeedPluginImpl
- extends Object
- implements FeedPlugin, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeedPluginImpl
public FeedPluginImpl(ProviderSupport providerSupport)
getFeeds
public List<Feed> getFeeds()
throws Exception
- Description copied from interface:
FeedPlugin
- Returns the list of feed
- Specified by:
getFeeds in interface FeedPlugin
- Returns:
- List of feed
- Throws:
Exception
getProviderSupport
public ProviderSupport getProviderSupport()
- Description copied from interface:
Plugin
- Retrieves the provider support object. provider support object provides
the functionality to make OAuth HTTP call for a given provider.
- Specified by:
getProviderSupport in interface Plugin
- Returns:
setProviderSupport
public void setProviderSupport(ProviderSupport providerSupport)
- Description copied from interface:
Plugin
- Updates the
ProviderSupport
- Specified by:
setProviderSupport in interface Plugin
- Parameters:
providerSupport - provider support object
Copyright © 2014. All rights reserved.