Uses of Class
odata.msgraph.client.complex.BookingQuestionAnswer
-
Packages that use BookingQuestionAnswer Package Description odata.msgraph.client.complex -
-
Uses of BookingQuestionAnswer in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type BookingQuestionAnswer Modifier and Type Field Description protected List<BookingQuestionAnswer>BookingCustomerInformation. customQuestionAnswersMethods in odata.msgraph.client.complex that return BookingQuestionAnswer Modifier and Type Method Description BookingQuestionAnswerBookingQuestionAnswer.Builder. build()BookingQuestionAnswerBookingQuestionAnswer. withAnswer(String answer)BookingQuestionAnswerBookingQuestionAnswer. withAnswerInputType(AnswerInputType answerInputType)BookingQuestionAnswerBookingQuestionAnswer. withIsRequired(Boolean isRequired)BookingQuestionAnswerBookingQuestionAnswer. withQuestion(String question)BookingQuestionAnswerBookingQuestionAnswer. withQuestionId(String questionId)BookingQuestionAnswerBookingQuestionAnswer. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type BookingQuestionAnswer Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<BookingQuestionAnswer>BookingCustomerInformation. getCustomQuestionAnswers()com.github.davidmoten.odata.client.CollectionPage<BookingQuestionAnswer>BookingCustomerInformation. getCustomQuestionAnswers(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type BookingQuestionAnswer Modifier and Type Method Description BookingCustomerInformation.BuilderBookingCustomerInformation.Builder. customQuestionAnswers(BookingQuestionAnswer... customQuestionAnswers)Method parameters in odata.msgraph.client.complex with type arguments of type BookingQuestionAnswer Modifier and Type Method Description BookingCustomerInformation.BuilderBookingCustomerInformation.Builder. customQuestionAnswers(List<BookingQuestionAnswer> customQuestionAnswers)
-