Uses of Class
com.twitter.clientlib.model.UserWithheld.ScopeEnum
-
Packages that use UserWithheld.ScopeEnum Package Description com.twitter.clientlib.model -
-
Uses of UserWithheld.ScopeEnum in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return UserWithheld.ScopeEnum Modifier and Type Method Description static UserWithheld.ScopeEnum
UserWithheld.ScopeEnum. fromValue(String value)
UserWithheld.ScopeEnum
UserWithheld. getScope()
Indicates that the content being withheld is a `user`.UserWithheld.ScopeEnum
UserWithheld.ScopeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)
static UserWithheld.ScopeEnum
UserWithheld.ScopeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserWithheld.ScopeEnum[]
UserWithheld.ScopeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twitter.clientlib.model with parameters of type UserWithheld.ScopeEnum Modifier and Type Method Description UserWithheld
UserWithheld. scope(UserWithheld.ScopeEnum scope)
void
UserWithheld. setScope(UserWithheld.ScopeEnum scope)
void
UserWithheld.ScopeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, UserWithheld.ScopeEnum enumeration)
-