Uses of Class
com.twitter.clientlib.model.UserWithheld
-
Packages that use UserWithheld Package Description com.twitter.clientlib.model -
-
Uses of UserWithheld in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return UserWithheld Modifier and Type Method Description UserWithheldUserWithheld. addCountryCodesItem(String countryCodesItem)UserWithheldUserWithheld. countryCodes(Set<String> countryCodes)static UserWithheldUserWithheld. fromJson(String jsonString)Create an instance of UserWithheld given an JSON stringUserWithheldUser. getWithheld()Get withheldUserWithheldUserWithheld. scope(UserWithheld.ScopeEnum scope)Methods in com.twitter.clientlib.model with parameters of type UserWithheld Modifier and Type Method Description voidUser. setWithheld(UserWithheld withheld)UserUser. withheld(UserWithheld withheld)
-