public class ButtonOptions extends JsonBean
Constructor and Description |
---|
ButtonOptions(org.json.JSONObject jsonObject) |
ButtonOptions(String title) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getCta() |
String |
getIconUrl() |
void |
getIconUrl(String iconUrl) |
NotificationActionResult |
getOnClick() |
String |
getTitle() |
String |
getType() |
void |
setCta(Boolean cta) |
void |
setOnClick(NotificationActionResult onClick) |
void |
setType(String type) |
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJson, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
public ButtonOptions(String title)
public ButtonOptions(org.json.JSONObject jsonObject)
public String getTitle()
public String getType()
public void setType(String type)
public String getIconUrl()
public void getIconUrl(String iconUrl)
public NotificationActionResult getOnClick()
public void setOnClick(NotificationActionResult onClick)
public void setCta(Boolean cta)
public Boolean getCta()
Copyright © 2022. All rights reserved.