Uses of Enum
com.microsoft.graph.models.AnswerInputType
Packages that use AnswerInputType
-
Uses of AnswerInputType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AnswerInputTypeModifier and TypeMethodDescriptionstatic AnswerInputTypeBookingCustomQuestion.getAnswerInputType()Gets the answerInputType property value.BookingQuestionAnswer.getAnswerInputType()Gets the answerInputType property value.static AnswerInputTypeReturns the enum constant of this type with the specified name.static AnswerInputType[]AnswerInputType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type AnswerInputTypeModifier and TypeMethodDescriptionvoidBookingCustomQuestion.setAnswerInputType(AnswerInputType value) Sets the answerInputType property value.voidBookingQuestionAnswer.setAnswerInputType(AnswerInputType value) Sets the answerInputType property value.