Uses of Class
com.restfb.types.Message.Attachment
-
Packages that use Message.Attachment Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Message.Attachment in com.restfb.types
Methods in com.restfb.types that return types with arguments of type Message.Attachment Modifier and Type Method Description List<Message.Attachment>
Message. getAttachments()
The attachments associated with the message.Methods in com.restfb.types with parameters of type Message.Attachment Modifier and Type Method Description boolean
Message. addAttachment(Message.Attachment attachment)
boolean
Message. removeAttachment(Message.Attachment attachment)
-