public class Link extends NamedFacebookType
FacebookType.Metadata
Constructor and Description |
---|
Link() |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
setCreatedTime(Date createdTime)
The time at which this object was created, if available.
|
void |
setDescription(String description)
The link description.
|
void |
setFrom(NamedFacebookType from)
An object containing the name and ID of the user who posted the link.
|
void |
setIcon(String icon)
The link icon.
|
void |
setLink(String link)
The actual URL that was shared.
|
void |
setMessage(String message)
The link message content.
|
void |
setPicture(String picture)
The picture associated with the link.
|
getName, setName
equals, getId, getMetadata, getType, hashCode, setId, setMetadata, setType, toString
public Link()
public NamedFacebookType getFrom()
public void setFrom(NamedFacebookType from)
public String getMessage()
public void setMessage(String message)
public String getPicture()
public void setPicture(String picture)
public String getLink()
public String getDescription()
public void setDescription(String description)
public Date getCreatedTime()
public void setCreatedTime(Date createdTime)
RestFB 1.7.0. Copyright © 2010-2014 Mark Allen. All Rights Reserved.