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
public static class Post.Attachments extends AbstractFacebookType
Represents the attachments included inGraph API Post type.- Since:
- 1.12.0
- Author:
- Kevin Leturc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Attachments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addData(StoryAttachment attachment)
List<StoryAttachment>
getData()
The attachments.boolean
removeData(StoryAttachment attachment)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Attachments
public Attachments()
-
-
Method Detail
-
getData
public List<StoryAttachment> getData()
The attachments.- Returns:
- The attachments.
-
addData
public boolean addData(StoryAttachment attachment)
-
removeData
public boolean removeData(StoryAttachment attachment)
-
-