Package com.restfb.types.send
Class MessageAttachment
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.MessageAttachment
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LocationAttachment
,MediaAttachment
,TemplateAttachment
public abstract class MessageAttachment extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageAttachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
protected void
setType(String type)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
MessageAttachment
public MessageAttachment()
-
-