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()
TemplateParams
getObjectType
in interface TemplateParams
public static ListTemplate.Builder newBuilder(String headerTitle, LinkObject headerLink)
public org.json.JSONObject toJSONObject()
TemplateParams
toJSONObject
in interface TemplateParams