public class Photo extends FacebookObject
Modifier and Type | Class and Description |
---|---|
static class |
Photo.Image |
static class |
Photo.TimeGranularity |
Constructor and Description |
---|
Photo() |
Modifier and Type | Method and Description |
---|---|
Reference |
getAlbum() |
Date |
getBackdatedTime() |
Photo.TimeGranularity |
getBackdatedTimeGranularity() |
Date |
getCreatedTime() |
Reference |
getFrom() |
int |
getHeight() |
String |
getIcon() |
String |
getId() |
List<Photo.Image> |
getImages() |
String |
getLink() |
String |
getName() |
String |
getPageStoryId() |
String |
getPicture() |
Location |
getPlace() |
String |
getSource() |
List<Tag> |
getTags() |
Date |
getUpdatedTime() |
int |
getWidth() |
add, getExtraData
public String getId()
public Reference getAlbum()
public String getName()
public String getPageStoryId()
public Reference getFrom()
public int getHeight()
public String getPicture()
public String getSource()
public String getLink()
public String getIcon()
public Location getPlace()
public Date getBackdatedTime()
public Photo.TimeGranularity getBackdatedTimeGranularity()
public Date getCreatedTime()
public Date getUpdatedTime()
public List<Photo.Image> getImages()
public int getWidth()