Uses of Class
com.twitter.clientlib.model.Poll
-
Packages that use Poll Package Description com.twitter.clientlib.model -
-
Uses of Poll in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return Poll Modifier and Type Method Description PollPoll. addOptionsItem(PollOption optionsItem)PollPoll. durationMinutes(Integer durationMinutes)PollPoll. endDatetime(OffsetDateTime endDatetime)static PollPoll. fromJson(String jsonString)Create an instance of Poll given an JSON stringPollPoll. id(String id)PollPoll. options(List<PollOption> options)PollPoll. votingStatus(Poll.VotingStatusEnum votingStatus)Methods in com.twitter.clientlib.model that return types with arguments of type Poll Modifier and Type Method Description List<Poll>Expansions. getPolls()Get pollsMethods in com.twitter.clientlib.model with parameters of type Poll Modifier and Type Method Description ExpansionsExpansions. addPollsItem(Poll pollsItem)Method parameters in com.twitter.clientlib.model with type arguments of type Poll Modifier and Type Method Description ExpansionsExpansions. polls(List<Poll> polls)voidExpansions. setPolls(List<Poll> polls)
-