Uses of Class
com.belerweb.social.weixin.bean.Menu

Packages that use Menu
com.belerweb.social.weixin.api   
com.belerweb.social.weixin.bean   
 

Uses of Menu in com.belerweb.social.weixin.api
 

Methods in com.belerweb.social.weixin.api that return types with arguments of type Menu
 Result<List<Menu>> Menu.get()
          自定义菜单查询接口
 Result<List<Menu>> Menu.get(String accessToken)
          自定义菜单查询接口
 

Method parameters in com.belerweb.social.weixin.api with type arguments of type Menu
 Result<Error> Menu.create(List<Menu> menus)
          自定义菜单创建接口
 Result<Error> Menu.create(String accessToken, List<Menu> menus)
          自定义菜单创建接口
 

Uses of Menu in com.belerweb.social.weixin.bean
 

Methods in com.belerweb.social.weixin.bean that return Menu
static Menu Menu.parse(org.json.JSONObject jsonObject)
           
 

Methods in com.belerweb.social.weixin.bean that return types with arguments of type Menu
 List<Menu> Menu.getSubs()
           
 

Method parameters in com.belerweb.social.weixin.bean with type arguments of type Menu
 void Menu.setSubs(List<Menu> subs)
           
 



Copyright © 2014. All Rights Reserved.