Uses of Class
com.foxinmy.weixin4j.wxa.model.template.Keyword
-
Packages that use Keyword Package Description com.foxinmy.weixin4j.wxa.model.template Models forTemplateApi
. -
-
Uses of Keyword in com.foxinmy.weixin4j.wxa.model.template
Methods in com.foxinmy.weixin4j.wxa.model.template that return types with arguments of type Keyword Modifier and Type Method Description List<Keyword>
Template. getKeywords()
Method parameters in com.foxinmy.weixin4j.wxa.model.template with type arguments of type Keyword Modifier and Type Method Description void
Template. setKeywords(List<Keyword> keywords)
Constructor parameters in com.foxinmy.weixin4j.wxa.model.template with type arguments of type Keyword Constructor Description Template(String id, String title, List<Keyword> keywords)
-