Class HmsPollQuestionCreation
-
- All Implemented Interfaces:
public final class HmsPollQuestionCreation
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerquestionIDprivate final HMSPollQuestionTypetypeprivate final Stringtextprivate final BooleancanSkipprivate final BooleancanChangeResponseprivate final Longdurationprivate final Integerweightprivate final LonganswerShortMinLengthprivate final LonganswerLongMinLengthprivate final Booleannegative
-
Constructor Summary
Constructors Constructor Description HmsPollQuestionCreation(HMSPollQuestion q)HmsPollQuestionCreation(Integer questionID, HMSPollQuestionType type, String text, Boolean canSkip, Boolean canChangeResponse, Long duration, Integer weight, Long answerShortMinLength, Long answerLongMinLength, Boolean negative)
-
Method Summary
Modifier and Type Method Description final IntegergetQuestionID()final HMSPollQuestionTypegetType()final StringgetText()final BooleangetCanSkip()final BooleangetCanChangeResponse()final LonggetDuration()final IntegergetWeight()final LonggetAnswerShortMinLength()final LonggetAnswerLongMinLength()final BooleangetNegative()-
-
Constructor Detail
-
HmsPollQuestionCreation
HmsPollQuestionCreation(HMSPollQuestion q)
-
-
Method Detail
-
getQuestionID
final Integer getQuestionID()
-
getType
final HMSPollQuestionType getType()
-
getCanSkip
final Boolean getCanSkip()
-
getCanChangeResponse
final Boolean getCanChangeResponse()
-
getDuration
final Long getDuration()
-
getAnswerShortMinLength
final Long getAnswerShortMinLength()
-
getAnswerLongMinLength
final Long getAnswerLongMinLength()
-
getNegative
final Boolean getNegative()
-
-
-
-