Uses of Class
io.meeds.poll.rest.model.PollOptionRestEntity
Packages that use PollOptionRestEntity
-
Uses of PollOptionRestEntity in io.meeds.poll.utils
Methods in io.meeds.poll.utils that return PollOptionRestEntityModifier and TypeMethodDescriptionstatic final PollOptionRestEntityRestEntityBuilder.fromPollOption(io.meeds.poll.model.PollOption pollOption, int votes, boolean voted) Method parameters in io.meeds.poll.utils with type arguments of type PollOptionRestEntityModifier and TypeMethodDescriptionstatic final PollRestEntityRestEntityBuilder.fromPoll(io.meeds.poll.model.Poll poll, List<PollOptionRestEntity> pollOptionRestEntities) static final List<io.meeds.poll.model.PollOption> RestEntityBuilder.toPollOptions(List<PollOptionRestEntity> pollOptionEntities)