|
||||||||||
| 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.Tag
Represents the Tag Graph API type. |
| Nested classes/interfaces inherited from class com.restfb.types.FacebookType |
|---|
FacebookType.Metadata |
| Constructor Summary | |
|---|---|
Photo()
|
|
| Method Summary | |
|---|---|
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. |
String |
getLink()
A link to the photo on Facebook. |
String |
getPicture()
The album-sized view of the photo. |
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 Date getCreatedTime()
public Date getUpdatedTime()
public List<Photo.Tag> getTags()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||