|
||||||||||
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.Link
public class Link
Represents the Link Graph API type.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.restfb.types.FacebookType |
---|
FacebookType.Metadata |
Constructor Summary | |
---|---|
Link()
|
Method Summary | |
---|---|
Date |
getCreatedTime()
The time at which this object was created, if available. |
String |
getDescription()
The link description. |
NamedFacebookType |
getFrom()
An object containing the name and ID of the user who posted the link. |
String |
getIcon()
The link icon. |
String |
getLink()
The actual URL that was shared. |
String |
getMessage()
The link message content. |
String |
getPicture()
The picture associated with the link. |
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 Link()
Method Detail |
---|
public NamedFacebookType getFrom()
public String getMessage()
public String getPicture()
public String getLink()
public String getDescription()
public String getIcon()
public Date getCreatedTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |