Uses of Class
com.twitter.clientlib.model.CreateTweetRequestPoll
-
Packages that use CreateTweetRequestPoll Package Description com.twitter.clientlib.model -
-
Uses of CreateTweetRequestPoll in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return CreateTweetRequestPoll Modifier and Type Method Description CreateTweetRequestPollCreateTweetRequestPoll. addOptionsItem(String optionsItem)CreateTweetRequestPollCreateTweetRequestPoll. durationMinutes(Integer durationMinutes)static CreateTweetRequestPollCreateTweetRequestPoll. fromJson(String jsonString)Create an instance of CreateTweetRequestPoll given an JSON stringCreateTweetRequestPollCreateTweetRequest. getPoll()Get pollCreateTweetRequestPollCreateTweetRequestPoll. options(List<String> options)Methods in com.twitter.clientlib.model with parameters of type CreateTweetRequestPoll Modifier and Type Method Description CreateTweetRequestCreateTweetRequest. poll(CreateTweetRequestPoll poll)voidCreateTweetRequest. setPoll(CreateTweetRequestPoll poll)
-