Package com.restfb.types
Class StoryAttachment.Image
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.StoryAttachment.Image
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StoryAttachment
public static class StoryAttachment.Image extends FacebookType
Image 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 Image()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getHeight()
String
getSrc()
Integer
getWidth()
void
setHeight(Integer height)
void
setSrc(String src)
void
setWidth(Integer width)
-
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
-
-