public class FacebookLink extends Object
| Constructor and Description |
|---|
FacebookLink(String link,
String name,
String caption,
String description)
Creates a FacebookLink.
|
FacebookLink(String link,
String name,
String caption,
String description,
String picture)
Creates a FacebookLink.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
String |
getDescription() |
String |
getLink() |
String |
getName() |
String |
getPicture() |
public FacebookLink(String link, String name, String caption, String description)
link - The link's URLname - The name of the linkcaption - A caption to be displayed with the linkdescription - The description of the linkpublic FacebookLink(String link, String name, String caption, String description, String picture)
link - The link's URLname - The name of the linkcaption - A caption to be displayed with the linkdescription - The description of the linkpicture - A picture to be displayed with the link