public class Poll
extends java.lang.Object
Constructor and Description |
---|
Poll(boolean allowMultipleVotes,
java.lang.Long endDate,
java.util.List<PollOption> options,
java.util.List<UserVotes> voters,
int votesCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
areMultipleVotesAllowed() |
java.lang.Long |
getEndDate() |
java.util.List<PollOption> |
getPollOptions() |
int |
getTotalVotesCount() |
java.util.List<UserVotes> |
getVoters() |
public Poll(boolean allowMultipleVotes, java.lang.Long endDate, java.util.List<PollOption> options, java.util.List<UserVotes> voters, int votesCount)
public boolean areMultipleVotesAllowed()
public java.lang.Long getEndDate()
public java.util.List<PollOption> getPollOptions()
public java.util.List<UserVotes> getVoters()
public int getTotalVotesCount()
(c) Copyright GetSocial BV, 2022. All Rights Reserved.