facebook4j
Interface Post

All Superinterfaces:
FacebookResponse

public interface Post
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
static interface Post.Action
           
static interface Post.Attachment
           
static interface Post.Property
           
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 List<Post.Action> getActions()
           
 Application getApplication()
           
 List<Post.Attachment> getAttachments()
           
 String getCaption()
           
 PagableList<Comment> getComments()
           
 Date getCreatedTime()
           
 String getDescription()
           
 Category getFrom()
           
 URL getFullPicture()
           
 URL getIcon()
           
 String getId()
           
 PagableList<Like> getLikes()
           
 URL getLink()
           
 String getMessage()
           
 List<Tag> getMessageTags()
           
 String getName()
           
 String getObjectId()
           
 String getParentId()
           
 URL getPicture()
           
 Place getPlace()
           
 Privacy getPrivacy()
           
 List<Post.Property> getProperties()
           
 PagableList<Reaction> getReactions()
           
 Date getScheduledPublishTime()
           
 Integer getSharesCount()
           
 URL getSource()
           
 String getStatusType()
           
 String getStory()
           
 Map<String,Tag[]> getStoryTags()
           
 Targeting getTargeting()
           
 List<IdNameEntity> getTo()
           
 String getType()
           
 Date getUpdatedTime()
           
 List<IdNameEntity> getWithTags()
           
 Boolean isHidden()
           
 Boolean isPublished()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

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.