public interface SuggestedUsersResourcesAsync
| Modifier and Type | Method and Description | 
|---|---|
void | 
getMemberSuggestions(java.lang.String categorySlug)
Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user. 
 | 
void | 
getSuggestedUserCategories()
Access to Twitter's suggested user list. 
 | 
void | 
getUserSuggestions(java.lang.String categorySlug)
Access the users in a given category of the Twitter suggested user list. 
It is recommended that end clients cache this data for no more than one hour.  | 
void getUserSuggestions(java.lang.String categorySlug)
categorySlug - slugvoid getSuggestedUserCategories()
void getMemberSuggestions(java.lang.String categorySlug)
categorySlug - slug