public class Search extends Weibo
| Constructor and Description |
|---|
Search() |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONArray |
searchSuggestionsApps(String q) |
org.json.JSONArray |
searchSuggestionsApps(String q,
int count) |
org.json.JSONArray |
searchSuggestionsAt_users(String q,
int type) |
org.json.JSONArray |
searchSuggestionsAt_users(String q,
int count,
int type,
int range) |
org.json.JSONArray |
searchSuggestionsCompanies(String q) |
org.json.JSONArray |
searchSuggestionsCompanies(String q,
int count) |
org.json.JSONArray |
searchSuggestionsSchools(String q) |
org.json.JSONArray |
searchSuggestionsSchools(String q,
int count,
int type) |
org.json.JSONArray |
searchSuggestionsStatuses(String q) |
org.json.JSONArray |
searchSuggestionsStatuses(String q,
int count) |
org.json.JSONArray |
searchSuggestionsUsers(String q) |
org.json.JSONArray |
searchSuggestionsUsers(String q,
int count) |
public org.json.JSONArray searchSuggestionsUsers(String q) throws WeiboException
WeiboExceptionpublic org.json.JSONArray searchSuggestionsUsers(String q, int count) throws WeiboException
WeiboExceptionpublic org.json.JSONArray searchSuggestionsStatuses(String q) throws WeiboException
WeiboExceptionpublic org.json.JSONArray searchSuggestionsStatuses(String q, int count) throws WeiboException
WeiboExceptionpublic org.json.JSONArray searchSuggestionsCompanies(String q) throws WeiboException
WeiboExceptionpublic org.json.JSONArray searchSuggestionsCompanies(String q, int count) throws WeiboException
WeiboExceptionpublic org.json.JSONArray searchSuggestionsApps(String q) throws WeiboException
WeiboExceptionpublic org.json.JSONArray searchSuggestionsApps(String q, int count) throws WeiboException
WeiboExceptionpublic org.json.JSONArray searchSuggestionsSchools(String q) throws WeiboException
WeiboExceptionpublic org.json.JSONArray searchSuggestionsSchools(String q, int count, int type) throws WeiboException
WeiboExceptionpublic org.json.JSONArray searchSuggestionsAt_users(String q, int type) throws WeiboException
WeiboExceptionpublic org.json.JSONArray searchSuggestionsAt_users(String q, int count, int type, int range) throws WeiboException
WeiboExceptionCopyright © 2013. All Rights Reserved.