Package com.restfb.types
Class StoryAttachment.Attachments
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.StoryAttachment.Attachments
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StoryAttachment
Represents the list of subattachments that are associated with this attachment. This will have data if the parent
attachment is a container for multiple other attachments. For example, a multi-photo story will have a parent
attachment representing an upload of multiple photos to an album where each subattachment will contain the actual
photos that were uploaded.
- 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
-