Package com.restfb.types
Class StoryAttachment.Media
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.StoryAttachment.Media
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StoryAttachment
public static class StoryAttachment.Media extends FacebookType
Media data as applicable for the attachment.- Author:
- Kevin Leturc
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description Media()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StoryAttachment.Image
getImage()
String
getSource()
void
setImage(StoryAttachment.Image image)
void
setSource(String source)
-
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Media
public Media()
-
-
Method Detail
-
getImage
public StoryAttachment.Image getImage()
-
setImage
public void setImage(StoryAttachment.Image image)
-
-