org.springframework.social.facebook.api
Class Photo
java.lang.Object
org.springframework.social.facebook.api.Photo
public class Photo
- extends java.lang.Object
Model class representing a photo.
- Author:
- Craig Walls
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()