Uses of Class
com.twitter.clientlib.model.TweetWithheld.ScopeEnum
-
Packages that use TweetWithheld.ScopeEnum Package Description com.twitter.clientlib.model -
-
Uses of TweetWithheld.ScopeEnum in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return TweetWithheld.ScopeEnum Modifier and Type Method Description static TweetWithheld.ScopeEnumTweetWithheld.ScopeEnum. fromValue(String value)TweetWithheld.ScopeEnumTweetWithheld. getScope()Indicates whether the content being withheld is the `tweet` or a `user`.TweetWithheld.ScopeEnumTweetWithheld.ScopeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static TweetWithheld.ScopeEnumTweetWithheld.ScopeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TweetWithheld.ScopeEnum[]TweetWithheld.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 TweetWithheld.ScopeEnum Modifier and Type Method Description TweetWithheldTweetWithheld. scope(TweetWithheld.ScopeEnum scope)voidTweetWithheld. setScope(TweetWithheld.ScopeEnum scope)voidTweetWithheld.ScopeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, TweetWithheld.ScopeEnum enumeration)
-