예제 #1
0
 public QuestionBuilder(QuestionTypeEnum type, String text) {
   question.setType(type);
   question.setText(text);
 }