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 UserWithheld
UserWithheld. addCountryCodesItem(String countryCodesItem)
UserWithheld
UserWithheld. countryCodes(Set<String> countryCodes)
static UserWithheld
UserWithheld. fromJson(String jsonString)
Create an instance of UserWithheld given an JSON stringUserWithheld
User. getWithheld()
Get withheldUserWithheld
UserWithheld. scope(UserWithheld.ScopeEnum scope)
Methods in com.twitter.clientlib.model with parameters of type UserWithheld Modifier and Type Method Description void
User. setWithheld(UserWithheld withheld)
User
User. withheld(UserWithheld withheld)
-