public class ButtonObject extends Object
| Constructor and Description |
|---|
ButtonObject(String title,
LinkObject link) |
| Modifier and Type | Method and Description |
|---|---|
LinkObject |
getLink() |
String |
getTitle() |
org.json.JSONObject |
toJSONObject() |
public ButtonObject(String title, LinkObject link)
public LinkObject getLink()
public String getTitle()
public org.json.JSONObject toJSONObject()
throws org.json.JSONException
org.json.JSONException