org.springframework.social.facebook.api
Class FacebookLink
java.lang.Object
org.springframework.social.facebook.api.FacebookLink
public class FacebookLink
- extends Object
Model class representing a link to be posted to a users Facebook wall.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacebookLink
public FacebookLink(String link,
String name,
String caption,
String description)
- Creates a FacebookLink.
- Parameters:
link
- The link's URLname
- The name of the linkcaption
- A caption to be displayed with the linkdescription
- The description of the link
getLink
public String getLink()
getName
public String getName()
getCaption
public String getCaption()
getDescription
public String getDescription()