Uses of Class
com.belerweb.social.weibo.bean.Display

Packages that use Display
com.belerweb.social.weibo.api   
com.belerweb.social.weibo.bean   
 

Uses of Display in com.belerweb.social.weibo.api
 

Methods in com.belerweb.social.weibo.api with parameters of type Display
 String OAuth2.authorize(String clientId, String redirectUri, Scope[] scope, String state, Display display, Boolean forceLogin, String language)
          OAuth2的authorize接口 文档地址:http://open.weibo.com/wiki/Oauth2/authorize
 

Uses of Display in com.belerweb.social.weibo.bean
 

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



Copyright © 2014. All Rights Reserved.