Package com.restfb.types
Class Post.Attachments
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Post.Attachments
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Post
Represents the attachments included inGraph API
Post type.
- Since:
- 1.12.0
- Author:
- Kevin Leturc
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addData
(StoryAttachment attachment) getData()
The attachments.boolean
removeData
(StoryAttachment attachment) Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Attachments
public Attachments()
-
-
Method Details
-
getData
The attachments.- Returns:
- The attachments.
-
addData
-
removeData
-