|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.BundleStoryTemplate
@Deprecated public class BundleStoryTemplate
A simple data structure for storing a story-template used in the feed_registerTemplateBundle API call.
| Constructor Summary | |
|---|---|
BundleStoryTemplate()
Deprecated. Constructor. |
|
BundleStoryTemplate(java.lang.String title,
java.lang.String body)
Deprecated. Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBody()
Deprecated. |
java.lang.String |
getTitle()
Deprecated. |
void |
setBody(java.lang.String body)
Deprecated. |
void |
setTitle(java.lang.String title)
Deprecated. |
org.json.JSONObject |
toJson()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BundleStoryTemplate()
public BundleStoryTemplate(java.lang.String title,
java.lang.String body)
title - the title to show for this template.body - the body content for this template.| Method Detail |
|---|
public org.json.JSONObject toJson()
public java.lang.String getBody()
public void setBody(java.lang.String body)
body - the body content to set.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - the title to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||