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