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

Packages that use SemCategory
com.foxinmy.weixin4j.mp.model   
com.foxinmy.weixin4j.mp.type   
 

Uses of SemCategory in com.foxinmy.weixin4j.mp.model
 

Methods in com.foxinmy.weixin4j.mp.model with parameters of type SemCategory
 SemQuery SemQuery.category(SemCategory... categorys)
          需要使用的服务类别,多个用,隔开,不能为空
 

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

Methods in com.foxinmy.weixin4j.mp.type that return SemCategory
static SemCategory SemCategory.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SemCategory[] SemCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014–2017. All rights reserved.