|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Display | |
|---|---|
| com.belerweb.social.qq.connect.api | |
| com.belerweb.social.qq.connect.bean | |
| Uses of Display in com.belerweb.social.qq.connect.api |
|---|
| Methods in com.belerweb.social.qq.connect.api with parameters of type Display | |
|---|---|
String |
OAuth2.authorize(String clientId,
String redirectUri,
String responseType,
String state,
Scope[] scope,
Display display,
Gut gut,
Boolean wap)
获取Authorization Code 文档地址:http://wiki.connect.qq.com/使用authorization_code获取access_token |
| Uses of Display in com.belerweb.social.qq.connect.bean |
|---|
| Methods in com.belerweb.social.qq.connect.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||