org.cruxframework.crux.plugin.gadget.client.features.osapi.albums
Class AlbumsService

java.lang.Object
  extended by org.cruxframework.crux.plugin.gadget.client.features.osapi.albums.AlbumsService

public class AlbumsService
extends Object

A class representing a service object, which maps to opensocial Albums Service.

See Also:
"http://opensocial-resources.googlecode.com/svn/spec/1.0/Social-API-Server.xml#Albums-Service"

Method Summary
static AlbumsService getInstance()
          Returns an instance of AlbumsService.
 GetAlbumsRequestBuilder newGetAlbumsRequestBuilder()
          Returns an instance of GetAlbumsRequestBuilder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AlbumsService getInstance()
Returns an instance of AlbumsService. Note that this class is a singleton and all instances returned by this method are identical.

Returns:
An instance of AlbumsService.

newGetAlbumsRequestBuilder

public GetAlbumsRequestBuilder newGetAlbumsRequestBuilder()
Returns an instance of GetAlbumsRequestBuilder.

Returns:
An instance of GetAlbumsRequestBuilder.


Copyright © 2014. All rights reserved.