Package com.restfb.types.send
Class QuickReply
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.QuickReply
-
- All Implemented Interfaces:
Serializable
public class QuickReply extends AbstractFacebookType
Represents the Quick Reply- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QuickReply.QuickReplyType
-
Constructor Summary
Constructors Constructor Description QuickReply(QuickReply.QuickReplyType quickReplyType)
QuickReply(String title, String payload)
QuickReply(String contentType, String title, String payload)
Deprecated.use constructor without contenttype instead.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentType()
String
getImageUrl()
String
getPayload()
String
getTitle()
void
setImageUrl(String imageUrl)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
QuickReply
@Deprecated public QuickReply(String contentType, String title, String payload)
Deprecated.use constructor without contenttype instead. If using content type 'text' useQuickReply(String,String)
-
QuickReply
public QuickReply(String title, String payload)
-
QuickReply
public QuickReply(QuickReply.QuickReplyType quickReplyType)
-
-
Method Detail
-
getContentType
public String getContentType()
-
getPayload
public String getPayload()
-
getImageUrl
public String getImageUrl()
-
setImageUrl
public void setImageUrl(String imageUrl)
-
-