Uses of Class
com.twitter.clientlib.model.AddRulesRequest
-
Packages that use AddRulesRequest Package Description com.twitter.clientlib.model -
-
Uses of AddRulesRequest in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return AddRulesRequest Modifier and Type Method Description AddRulesRequest
AddRulesRequest. add(List<RuleNoId> add)
AddRulesRequest
AddRulesRequest. addAddItem(RuleNoId addItem)
static AddRulesRequest
AddRulesRequest. fromJson(String jsonString)
Create an instance of AddRulesRequest given an JSON stringAddRulesRequest
AddOrDeleteRulesRequest. getAddRulesRequest()
Get the actual instance of `AddRulesRequest`.Constructors in com.twitter.clientlib.model with parameters of type AddRulesRequest Constructor Description AddOrDeleteRulesRequest(AddRulesRequest o)
-