|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.Photo
public class Photo
Represents the Photo Graph API type.
Nested Class Summary | |
---|---|
static class |
Photo.Image
Represents the Image Graph API type. |
static class |
Photo.Tag
Represents the Tag Graph API type. |
Nested classes/interfaces inherited from class com.restfb.types.FacebookType |
---|
FacebookType.Metadata |
Constructor Summary | |
---|---|
Photo()
|
Method Summary | |
---|---|
List<Comment> |
getComments()
All of the comments on this photo. |
Date |
getCreatedTime()
The time the photo was initially published. |
CategorizedFacebookType |
getFrom()
An object containing the name and ID of the user who posted the photo. |
Integer |
getHeight()
The height of the photo, in pixels. |
String |
getIcon()
The icon-sized source of the photo. |
List<Photo.Image> |
getImages()
The 4 different stored representations of the photo. |
List<NamedFacebookType> |
getLikes()
Users who like the photo. |
String |
getLink()
A link to the photo on Facebook. |
String |
getPicture()
The album-sized view of the photo. |
Integer |
getPosition()
The position of this photo in the album. |
String |
getSource()
The full-sized source of the photo. |
List<Photo.Tag> |
getTags()
An array containing the users and their positions in this photo. |
Date |
getUpdatedTime()
The last time the photo or its caption was updated. |
Integer |
getWidth()
The width of the photo, in pixels. |
Methods inherited from class com.restfb.types.NamedFacebookType |
---|
getName |
Methods inherited from class com.restfb.types.FacebookType |
---|
equals, getId, getMetadata, getType, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Photo()
Method Detail |
---|
public CategorizedFacebookType getFrom()
public String getPicture()
public String getSource()
public Integer getHeight()
public Integer getWidth()
public String getLink()
public String getIcon()
public Integer getPosition()
public Date getCreatedTime()
public Date getUpdatedTime()
public List<Photo.Tag> getTags()
public List<Comment> getComments()
public List<NamedFacebookType> getLikes()
public List<Photo.Image> getImages()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |