Uses of Class
com.foxinmy.weixin4j.mp.type.IndustryType
-
Packages that use IndustryType Package Description com.foxinmy.weixin4j.mp com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.mp.model com.foxinmy.weixin4j.mp.type -
-
Uses of IndustryType in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp with parameters of type IndustryType Modifier and Type Method Description ApiResult
WeixinProxy. setTmplIndustry(IndustryType... industryTypes)
设置所属行业(每月可修改行业1次,账号仅可使用所属行业中相关的模板) -
Uses of IndustryType in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api that return IndustryType Modifier and Type Method Description IndustryType[]
TmplApi. getTmplIndustry()
获取设置的行业信息Methods in com.foxinmy.weixin4j.mp.api with parameters of type IndustryType Modifier and Type Method Description ApiResult
TmplApi. setTmplIndustry(IndustryType... industryTypes)
设置所属行业(每月可修改行业1次,账号仅可使用所属行业中相关的模板) -
Uses of IndustryType in com.foxinmy.weixin4j.mp.model
Methods in com.foxinmy.weixin4j.mp.model that return IndustryType Modifier and Type Method Description IndustryType
TemplateMessageInfo. getIndustryType()
-
Uses of IndustryType in com.foxinmy.weixin4j.mp.type
Methods in com.foxinmy.weixin4j.mp.type that return IndustryType Modifier and Type Method Description static IndustryType
IndustryType. getIndustry(String primary, String secondary)
static IndustryType
IndustryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IndustryType[]
IndustryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-