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