Spring Social Facebook

org.springframework.social.facebook.api
Class Photo

java.lang.Object
  extended by org.springframework.social.facebook.api.Photo

public class Photo
extends java.lang.Object

Model class representing a photo.

Author:
Craig Walls

Nested Class Summary
static class Photo.Image
           
 
Method Summary
 Photo.Image getAlbumImage()
           
 java.util.Date getCreatedTime()
           
 Reference getFrom()
           
 java.lang.String getIcon()
           
 java.lang.String getId()
           
 java.util.List<Photo.Image> getImages()
           
 java.lang.String getLink()
           
 java.lang.String getName()
           
 Photo.Image getOversizedImage()
           
 java.lang.Integer getPosition()
          Deprecated. On September 5, 2012, Facebook will either stop returning a position property on Photo objects or will only return 0. This method will be removed in Spring Social Facebook 1.1.0.
 Photo.Image getSmallImage()
           
 Photo.Image getSourceImage()
           
 java.util.List<Tag> getTags()
           
 Photo.Image getTinyImage()
           
 java.util.Date getUpdatedTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public java.lang.String getId()

getName

public java.lang.String getName()

getFrom

public Reference getFrom()

getLink

public java.lang.String getLink()

getIcon

public java.lang.String getIcon()

getPosition

@Deprecated
public java.lang.Integer getPosition()
Deprecated. On September 5, 2012, Facebook will either stop returning a position property on Photo objects or will only return 0. This method will be removed in Spring Social Facebook 1.1.0.

The position of the photo in a list of photos.


getCreatedTime

public java.util.Date getCreatedTime()

getUpdatedTime

public java.util.Date getUpdatedTime()

getImages

public java.util.List<Photo.Image> getImages()

getOversizedImage

public Photo.Image getOversizedImage()

getSourceImage

public Photo.Image getSourceImage()

getSmallImage

public Photo.Image getSmallImage()

getAlbumImage

public Photo.Image getAlbumImage()

getTinyImage

public Photo.Image getTinyImage()

getTags

public java.util.List<Tag> getTags()

Spring Social Facebook