public class Photo extends NamedFacebookType
Modifier and Type | Class and Description |
---|---|
static class |
Photo.Tag
Represents the Tag Graph
API type.
|
FacebookType.Metadata
Constructor and Description |
---|
Photo() |
Modifier and Type | Method and Description |
---|---|
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.
|
getName
equals, getId, getMetadata, getType, hashCode, toString
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()
Copyright © 2014. All rights reserved.