Uses of Class
com.twitter.clientlib.model.GetRulesResponse
-
Packages that use GetRulesResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of GetRulesResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return GetRulesResponse Modifier and Type Method Description GetRulesResponseTweetsApi. getRules(Integer retries, List<String> ids, Integer maxResults, String paginationToken)Calls the API using a retry mechanism to handle rate limits errors.GetRulesResponseTweetsApi. getRules(List<String> ids, Integer maxResults, String paginationToken)Rules lookup Returns rules from a user's active rule set.Methods in com.twitter.clientlib.api that return types with arguments of type GetRulesResponse Modifier and Type Method Description ApiResponse<GetRulesResponse>TweetsApi. getRulesWithHttpInfo(List<String> ids, Integer maxResults, String paginationToken)Rules lookup Returns rules from a user's active rule set.Method parameters in com.twitter.clientlib.api with type arguments of type GetRulesResponse Modifier and Type Method Description okhttp3.CallTweetsApi. getRulesAsync(List<String> ids, Integer maxResults, String paginationToken, ApiCallback<GetRulesResponse> _callback)Rules lookup (asynchronously) Returns rules from a user's active rule set. -
Uses of GetRulesResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return GetRulesResponse Modifier and Type Method Description GetRulesResponseGetRulesResponse. addDataItem(Rule dataItem)GetRulesResponseGetRulesResponse. data(List<Rule> data)static GetRulesResponseGetRulesResponse. fromJson(String jsonString)Create an instance of GetRulesResponse given an JSON stringGetRulesResponseGetRulesResponse. meta(RulesResponseMetadata meta)
-