org.brickred.socialauth.plugin
Interface AlbumsPlugin

All Superinterfaces:
Plugin
All Known Implementing Classes:
AlbumsPluginImpl, AlbumsPluginImpl

public interface AlbumsPlugin
extends Plugin

Provides the functionality related to albums and photos

Author:
tarun.nagpal

Method Summary
 List<Album> getAlbums()
          Returns the list of Album
 
Methods inherited from interface org.brickred.socialauth.plugin.Plugin
getProviderSupport, setProviderSupport
 

Method Detail

getAlbums

List<Album> getAlbums()
                      throws Exception
Returns the list of Album

Returns:
list of albums
Throws:
Exception


Copyright © 2013. All Rights Reserved.