Uses of Class
com.foxinmy.weixin4j.model.Button
-
Packages that use Button Package Description com.foxinmy.weixin4j.model com.foxinmy.weixin4j.mp com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.mp.model com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api -
-
Uses of Button in com.foxinmy.weixin4j.model
Methods in com.foxinmy.weixin4j.model that return Button Modifier and Type Method Description Button
Button. pushSub(Button btn)
Methods in com.foxinmy.weixin4j.model that return types with arguments of type Button Modifier and Type Method Description List<Button>
Button. getSubs()
Methods in com.foxinmy.weixin4j.model with parameters of type Button Modifier and Type Method Description Button
Button. pushSub(Button btn)
Method parameters in com.foxinmy.weixin4j.model with type arguments of type Button Modifier and Type Method Description void
Button. setSubs(List<Button> subs)
Constructors in com.foxinmy.weixin4j.model with parameters of type Button Constructor Description Button(String name, Button... subButtons)
创建一个具有子菜单的菜单 -
Uses of Button in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp that return types with arguments of type Button Modifier and Type Method Description List<Button>
WeixinProxy. getMenu()
查询菜单List<Button>
WeixinProxy. matchCustomMenu(String userId)
测试个性化菜单匹配结果Method parameters in com.foxinmy.weixin4j.mp with type arguments of type Button Modifier and Type Method Description String
WeixinProxy. createCustomMenu(List<Button> buttons, MenuMatchRule matchRule)
创建个性化菜单ApiResult
WeixinProxy. createMenu(List<Button> buttons)
自定义菜单 -
Uses of Button in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api that return types with arguments of type Button Modifier and Type Method Description List<Button>
MenuApi. getMenu()
查询菜单List<Button>
MenuApi. matchCustomMenu(String userId)
测试个性化菜单匹配结果Method parameters in com.foxinmy.weixin4j.mp.api with type arguments of type Button Modifier and Type Method Description String
MenuApi. createCustomMenu(List<Button> buttons, MenuMatchRule matchRule)
创建个性化菜单ApiResult
MenuApi. createMenu(List<Button> buttons)
自定义菜单 -
Uses of Button in com.foxinmy.weixin4j.mp.model
Methods in com.foxinmy.weixin4j.mp.model that return types with arguments of type Button Modifier and Type Method Description List<Button>
Menu. getButtons()
List<Button>
MenuSetting. getButtons()
Constructor parameters in com.foxinmy.weixin4j.mp.model with type arguments of type Button Constructor Description Menu(String menuId, List<Button> buttons, MenuMatchRule matchRule)
MenuSetting(boolean isMenuOpen, List<Button> buttons)
-
Uses of Button in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy that return types with arguments of type Button Modifier and Type Method Description List<Button>
WeixinProxy. getMenu(int agentid)
查询菜单(管理员须拥有应用的管理权限 并且应用必须设置在回调模式。)Method parameters in com.foxinmy.weixin4j.qy with type arguments of type Button Modifier and Type Method Description ApiResult
WeixinProxy. createMenu(int agentid, List<Button> buttons)
自定义菜单(管理员须拥有应用的管理权限 并且应用必须设置在回调模式) -
Uses of Button in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api that return types with arguments of type Button Modifier and Type Method Description List<Button>
MenuApi. getMenu(int agentid)
查询菜单(管理员须拥有应用的管理权限 并且应用必须设置在回调模式。)Method parameters in com.foxinmy.weixin4j.qy.api with type arguments of type Button Modifier and Type Method Description ApiResult
MenuApi. createMenu(int agentid, List<Button> buttons)
自定义菜单(管理员须拥有应用的管理权限 并且应用必须设置在回调模式)
-