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 Poll
Poll. addOptionsItem(PollOption optionsItem)
Poll
Poll. durationMinutes(Integer durationMinutes)
Poll
Poll. endDatetime(OffsetDateTime endDatetime)
static Poll
Poll. fromJson(String jsonString)
Create an instance of Poll given an JSON stringPoll
Poll. id(String id)
Poll
Poll. options(List<PollOption> options)
Poll
Poll. 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 Expansions
Expansions. addPollsItem(Poll pollsItem)
Method parameters in com.twitter.clientlib.model with type arguments of type Poll Modifier and Type Method Description Expansions
Expansions. polls(List<Poll> polls)
void
Expansions. setPolls(List<Poll> polls)
-