|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.social.facebook.api.Post org.springframework.social.facebook.api.LinkPost
public class LinkPost
Model class representing a link Post to a user's wall.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.springframework.social.facebook.api.Post |
---|
Post.PostType |
Constructor Summary | |
---|---|
LinkPost(java.lang.String id,
Reference from,
java.util.Date createdTime,
java.util.Date updatedTime)
|
Method Summary | |
---|---|
java.lang.String |
getObjectId()
The ID of the object referred to in the link. |
Methods inherited from class org.springframework.social.facebook.api.Post |
---|
getApplication, getCaption, getComments, getCreatedTime, getDescription, getFrom, getIcon, getId, getLikes, getLink, getMessage, getName, getPicture, getTo, getType, getUpdatedTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinkPost(java.lang.String id, Reference from, java.util.Date createdTime, java.util.Date updatedTime)
Method Detail |
---|
public java.lang.String getObjectId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |