Uses of Class
com.foxinmy.weixin4j.type.ButtonType
-
Packages that use ButtonType Package Description com.foxinmy.weixin4j.model com.foxinmy.weixin4j.mp.model com.foxinmy.weixin4j.type -
-
Uses of ButtonType in com.foxinmy.weixin4j.model
Methods in com.foxinmy.weixin4j.model with parameters of type ButtonType Modifier and Type Method Description void
Button. setType(ButtonType type)
Constructors in com.foxinmy.weixin4j.model with parameters of type ButtonType Constructor Description Button(String name, String content, ButtonType type)
创建一个普通菜单 -
Uses of ButtonType in com.foxinmy.weixin4j.mp.model
Methods in com.foxinmy.weixin4j.mp.model that return ButtonType Modifier and Type Method Description ButtonType
AutoReplySetting.Entry. getType()
Methods in com.foxinmy.weixin4j.mp.model with parameters of type ButtonType Modifier and Type Method Description void
AutoReplySetting.Entry. setType(ButtonType type)
-
Uses of ButtonType in com.foxinmy.weixin4j.type
Methods in com.foxinmy.weixin4j.type that return ButtonType Modifier and Type Method Description 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.
-