Uses of Class
com.restfb.types.StoryAttachment
-
Packages that use StoryAttachment Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of StoryAttachment in com.restfb.types
Methods in com.restfb.types that return StoryAttachment Modifier and Type Method Description StoryAttachment
Comment. getAttachment()
Attachment (image) added to a comment.Methods in com.restfb.types that return types with arguments of type StoryAttachment Modifier and Type Method Description List<StoryAttachment>
Post.Attachments. getData()
The attachments.List<StoryAttachment>
StoryAttachment.Attachments. getData()
The attachments.Methods in com.restfb.types with parameters of type StoryAttachment Modifier and Type Method Description boolean
Post.Attachments. addData(StoryAttachment attachment)
boolean
StoryAttachment.Attachments. addData(StoryAttachment attachment)
boolean
Post.Attachments. removeData(StoryAttachment attachment)
boolean
StoryAttachment.Attachments. removeData(StoryAttachment attachment)
void
Comment. setAttachment(StoryAttachment attachment)
Attachment (image) added to a comment.
-