Uses of Class
com.foxinmy.weixin4j.mp.type.IndustryType

Packages that use IndustryType
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
 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
 IndustryType[] TmplApi.getTmplIndustry()
          获取设置的行业信息
 

Methods in com.foxinmy.weixin4j.mp.api with parameters of type IndustryType
 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
 IndustryType TemplateMessageInfo.getIndustryType()
           
 

Uses of IndustryType in com.foxinmy.weixin4j.mp.type
 

Methods in com.foxinmy.weixin4j.mp.type that return IndustryType
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.
 



Copyright © 2014–2017. All rights reserved.