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.ScopeEnumUserWithheld.ScopeEnum. fromValue(String value)UserWithheld.ScopeEnumUserWithheld. getScope()Indicates that the content being withheld is a `user`.UserWithheld.ScopeEnumUserWithheld.ScopeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static UserWithheld.ScopeEnumUserWithheld.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 UserWithheldUserWithheld. scope(UserWithheld.ScopeEnum scope)voidUserWithheld. setScope(UserWithheld.ScopeEnum scope)voidUserWithheld.ScopeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, UserWithheld.ScopeEnum enumeration)
-