Uses of Class
com.twitter.clientlib.model.TweetWithheld
-
Packages that use TweetWithheld Package Description com.twitter.clientlib.model -
-
Uses of TweetWithheld in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return TweetWithheld Modifier and Type Method Description TweetWithheldTweetWithheld. addCountryCodesItem(String countryCodesItem)TweetWithheldTweetWithheld. copyright(Boolean copyright)TweetWithheldTweetWithheld. countryCodes(Set<String> countryCodes)static TweetWithheldTweetWithheld. fromJson(String jsonString)Create an instance of TweetWithheld given an JSON stringTweetWithheldTweet. getWithheld()Get withheldTweetWithheldTweetWithheld. scope(TweetWithheld.ScopeEnum scope)Methods in com.twitter.clientlib.model with parameters of type TweetWithheld Modifier and Type Method Description voidTweet. setWithheld(TweetWithheld withheld)TweetTweet. withheld(TweetWithheld withheld)
-