public class ListTemplate extends Object implements TemplateParams
| Modifier and Type | Class and Description |
|---|---|
static class |
ListTemplate.Builder
Class for building list templates.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getObjectType()
Template type such as FEED, LIST, etc.
|
static ListTemplate.Builder |
newBuilder(String headerTitle,
LinkObject headerLink) |
org.json.JSONObject |
toJSONObject()
Any message type should be converted to JSONObject before they are validated or sent to
KakaoTalk.
|
public String getObjectType()
TemplateParamsgetObjectType in interface TemplateParamspublic static ListTemplate.Builder newBuilder(String headerTitle, LinkObject headerLink)
public org.json.JSONObject toJSONObject()
TemplateParamstoJSONObject in interface TemplateParams