facebook4j
Interface Post
- All Superinterfaces:
- FacebookResponse
public interface Post
- extends FacebookResponse
- Author:
- Ryuji Yamashita - roundrop at gmail.com
getId
String getId()
getFrom
Category getFrom()
getTo
List<IdNameEntity> getTo()
getMessage
String getMessage()
getMessageTags
List<Tag> getMessageTags()
getPicture
URL getPicture()
getFullPicture
URL getFullPicture()
getLink
URL getLink()
getName
String getName()
getCaption
String getCaption()
getDescription
String getDescription()
getSource
URL getSource()
getProperties
List<Post.Property> getProperties()
getIcon
URL getIcon()
getActions
List<Post.Action> getActions()
getPrivacy
Privacy getPrivacy()
getType
String getType()
getSharesCount
Integer getSharesCount()
getLikes
PagableList<Like> getLikes()
getPlace
Place getPlace()
getStatusType
String getStatusType()
getStory
String getStory()
getStoryTags
Map<String,Tag[]> getStoryTags()
getWithTags
List<IdNameEntity> getWithTags()
getComments
PagableList<Comment> getComments()
getAttachments
List<Post.Attachment> getAttachments()
getObjectId
String getObjectId()
getParentId
String getParentId()
getApplication
Application getApplication()
getCreatedTime
Date getCreatedTime()
getUpdatedTime
Date getUpdatedTime()
isPublished
Boolean isPublished()
isHidden
Boolean isHidden()
getScheduledPublishTime
Date getScheduledPublishTime()
getTargeting
Targeting getTargeting()
getReactions
PagableList<Reaction> getReactions()
Copyright © 2016. All rights reserved.