|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.DashboardItem
public abstract class DashboardItem
Base class for common news and activity dashboard news items.
| Constructor Summary | |
|---|---|
DashboardItem()
|
|
| Method Summary | |
|---|---|
BundleActionLink |
getActionLink()
Returns the action link associated with news item. |
java.lang.String |
getMessage()
Returns the message associated with news item. |
void |
setActionLink(BundleActionLink actionLink)
Sets the action link assaciated with news item. |
void |
setMessage(java.lang.String message)
Sets the message associated with news item. |
org.json.JSONObject |
toJSON()
Creates a JSONObject corresponding to contents of object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DashboardItem()
| Method Detail |
|---|
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
public BundleActionLink getActionLink()
public void setActionLink(BundleActionLink actionLink)
public org.json.JSONObject toJSON()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||