Package com.restfb.types.send
Class OneTimeNotifReqTemplatePayload
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.TemplatePayload
-
- com.restfb.types.send.OneTimeNotifReqTemplatePayload
-
- All Implemented Interfaces:
Serializable
public class OneTimeNotifReqTemplatePayload extends TemplatePayload
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OneTimeNotifReqTemplatePayload(String title, String payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPayload()
String
getTitle()
-
Methods inherited from class com.restfb.types.send.TemplatePayload
getTemplateType, setTemplateType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
OneTimeNotifReqTemplatePayload
public OneTimeNotifReqTemplatePayload(String title, String payload)
-
-
Method Detail
-
getPayload
public String getPayload()
-
-