Uses of Class
com.twitter.clientlib.model.PollOption
-
Packages that use PollOption Package Description com.twitter.clientlib.model -
-
Uses of PollOption in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return PollOption Modifier and Type Method Description static PollOptionPollOption. fromJson(String jsonString)Create an instance of PollOption given an JSON stringPollOptionPollOption. label(String label)PollOptionPollOption. position(Integer position)PollOptionPollOption. votes(Integer votes)Methods in com.twitter.clientlib.model that return types with arguments of type PollOption Modifier and Type Method Description List<PollOption>Poll. getOptions()Get optionsMethods in com.twitter.clientlib.model with parameters of type PollOption Modifier and Type Method Description PollPoll. addOptionsItem(PollOption optionsItem)Method parameters in com.twitter.clientlib.model with type arguments of type PollOption Modifier and Type Method Description PollPoll. options(List<PollOption> options)voidPoll. setOptions(List<PollOption> options)
-