Uses of Class
com.foxinmy.weixin4j.type.ButtonType

Packages that use ButtonType
com.foxinmy.weixin4j.model   
com.foxinmy.weixin4j.type   
 

Uses of ButtonType in com.foxinmy.weixin4j.model
 

Methods in com.foxinmy.weixin4j.model with parameters of type ButtonType
 void Button.setType(ButtonType type)
           
 

Constructors in com.foxinmy.weixin4j.model with parameters of type ButtonType
Button(String name, String content, ButtonType type)
          创建一个普通菜单
 

Uses of ButtonType in com.foxinmy.weixin4j.type
 

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



Copyright © 2014–2017. All rights reserved.