Uses of Class
com.twitter.clientlib.model.RuleNoId
-
Packages that use RuleNoId Package Description com.twitter.clientlib.model -
-
Uses of RuleNoId in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return RuleNoId Modifier and Type Method Description static RuleNoIdRuleNoId. fromJson(String jsonString)Create an instance of RuleNoId given an JSON stringRuleNoIdRuleNoId. tag(String tag)RuleNoIdRuleNoId. value(String value)Methods in com.twitter.clientlib.model that return types with arguments of type RuleNoId Modifier and Type Method Description List<RuleNoId>AddRulesRequest. getAdd()Get addMethods in com.twitter.clientlib.model with parameters of type RuleNoId Modifier and Type Method Description AddRulesRequestAddRulesRequest. addAddItem(RuleNoId addItem)Method parameters in com.twitter.clientlib.model with type arguments of type RuleNoId Modifier and Type Method Description AddRulesRequestAddRulesRequest. add(List<RuleNoId> add)voidAddRulesRequest. setAdd(List<RuleNoId> add)
-