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.createPoll(String spaceId, PollRestEntity pollRestEntity) org.springframework.http.ResponseEntity<PollRestEntity> PollRest.getPollById(String pollId) Methods in io.meeds.poll.rest with parameters of type PollRestEntityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PollRestEntity> PollRest.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) static PollRestEntityRestEntityBuilder.fromPoll(io.meeds.poll.service.PollService pollService, io.meeds.poll.model.Poll poll, org.exoplatform.services.security.Identity currentUserIdentity) Methods in io.meeds.poll.utils with parameters of type PollRestEntityModifier and TypeMethodDescriptionstatic final io.meeds.poll.model.PollRestEntityBuilder.toPoll(PollRestEntity pollRestEntity)