Uses of Class
odata.msgraph.client.complex.BookingQuestionAssignment
-
Packages that use BookingQuestionAssignment Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of BookingQuestionAssignment in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return BookingQuestionAssignment Modifier and Type Method Description BookingQuestionAssignmentBookingQuestionAssignment.Builder. build()BookingQuestionAssignmentBookingQuestionAssignment. withIsRequired(Boolean isRequired)BookingQuestionAssignmentBookingQuestionAssignment. withQuestionId(String questionId)BookingQuestionAssignmentBookingQuestionAssignment. withUnmappedField(String name, Object value) -
Uses of BookingQuestionAssignment in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type BookingQuestionAssignment Modifier and Type Field Description protected List<BookingQuestionAssignment>BookingService. customQuestionsMethods in odata.msgraph.client.entity that return types with arguments of type BookingQuestionAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<BookingQuestionAssignment>BookingService. getCustomQuestions()com.github.davidmoten.odata.client.CollectionPage<BookingQuestionAssignment>BookingService. getCustomQuestions(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type BookingQuestionAssignment Modifier and Type Method Description BookingService.BuilderBookingService.Builder. customQuestions(BookingQuestionAssignment... customQuestions)Method parameters in odata.msgraph.client.entity with type arguments of type BookingQuestionAssignment Modifier and Type Method Description BookingService.BuilderBookingService.Builder. customQuestions(List<BookingQuestionAssignment> customQuestions)BookingServiceBookingService. withCustomQuestions(List<BookingQuestionAssignment> customQuestions)
-