Package com.restfb.types.send
Class SendResponse
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.send.SendResponse
- All Implemented Interfaces:
Serializable
Represents the
Messenger API Send
Response.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setAttachmentId
(String attachmentId) void
setMessageId
(String messageId) void
setRecipientId
(String recipientId) void
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
SendResponse
public SendResponse()
-
-
Method Details
-
hasReusableAttachment
-
isSuccessful
-
getRecipientId
-
setRecipientId
-
getMessageId
-
setMessageId
-
getAttachmentId
-
setAttachmentId
-
getResult
-
setResult
-