Uses of Class
io.meeds.poll.rest.model.PollRestEntity
Packages that use PollRestEntity
-
Uses of PollRestEntity in io.meeds.poll.rest
Methods in io.meeds.poll.rest that return types with arguments of type PollRestEntityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PollRestEntity> PollRest.getPollById(String pollId) Methods in io.meeds.poll.rest with parameters of type PollRestEntityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsePollRest.createPoll(String spaceId, PollRestEntity pollRestEntity) -
Uses of PollRestEntity in io.meeds.poll.utils
Methods in io.meeds.poll.utils that return PollRestEntityModifier and TypeMethodDescriptionstatic final PollRestEntityRestEntityBuilder.fromPoll(io.meeds.poll.model.Poll poll, List<PollOptionRestEntity> pollOptionRestEntities) Methods in io.meeds.poll.utils with parameters of type PollRestEntityModifier and TypeMethodDescriptionstatic final io.meeds.poll.model.PollRestEntityBuilder.toPoll(PollRestEntity pollRestEntity)