Uses of Class
com.foxinmy.weixin4j.mp.model.MenuMatchRule
-
Packages that use MenuMatchRule Package Description com.foxinmy.weixin4j.mp com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.mp.model -
-
Uses of MenuMatchRule in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp with parameters of type MenuMatchRule Modifier and Type Method Description String
WeixinProxy. createCustomMenu(List<com.foxinmy.weixin4j.model.Button> buttons, MenuMatchRule matchRule)
创建个性化菜单 -
Uses of MenuMatchRule in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api with parameters of type MenuMatchRule Modifier and Type Method Description String
MenuApi. createCustomMenu(List<com.foxinmy.weixin4j.model.Button> buttons, MenuMatchRule matchRule)
创建个性化菜单 -
Uses of MenuMatchRule in com.foxinmy.weixin4j.mp.model
Methods in com.foxinmy.weixin4j.mp.model that return MenuMatchRule Modifier and Type Method Description MenuMatchRule
MenuMatchRule. city(String city)
城市信息,是用户在微信中设置的地区MenuMatchRule
MenuMatchRule. country(String country)
国家信息,是用户在微信中设置的地区MenuMatchRule
MenuMatchRule. gender(com.foxinmy.weixin4j.type.Gender gender)
MenuMatchRule
Menu. getMatchRule()
MenuMatchRule
MenuMatchRule. group(int tagId)
MenuMatchRule
MenuMatchRule. language(Lang language)
MenuMatchRule
MenuMatchRule. platform(ClientPlatformType platformType)
MenuMatchRule
MenuMatchRule. province(String province)
省份信息,是用户在微信中设置的地区Constructors in com.foxinmy.weixin4j.mp.model with parameters of type MenuMatchRule Constructor Description Menu(String menuId, List<com.foxinmy.weixin4j.model.Button> buttons, MenuMatchRule matchRule)
-