Uses of Class
org.silverpeas.mobile.shared.dto.survey.AnswerDTO
-
Packages that use AnswerDTO Package Description org.silverpeas.mobile.shared.dto.survey -
-
Uses of AnswerDTO in org.silverpeas.mobile.shared.dto.survey
Methods in org.silverpeas.mobile.shared.dto.survey that return types with arguments of type AnswerDTO Modifier and Type Method Description List<AnswerDTO>QuestionDTO. getAnswers()Method parameters in org.silverpeas.mobile.shared.dto.survey with type arguments of type AnswerDTO Modifier and Type Method Description voidQuestionDTO. setAnswers(List<AnswerDTO> answers)
-