Uses of Class
odata.msgraph.client.entity.BookingCustomQuestion
-
Packages that use BookingCustomQuestion Package Description odata.msgraph.client.entity -
-
Uses of BookingCustomQuestion in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type BookingCustomQuestion Modifier and Type Field Description protected List<BookingCustomQuestion>BookingBusiness. customQuestionsMethods in odata.msgraph.client.entity that return BookingCustomQuestion Modifier and Type Method Description BookingCustomQuestionBookingCustomQuestion.Builder. build()BookingCustomQuestionBookingCustomQuestion. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.BookingCustomQuestionBookingCustomQuestion. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).BookingCustomQuestionBookingCustomQuestion. withAnswerInputType(AnswerInputType answerInputType)BookingCustomQuestionBookingCustomQuestion. withAnswerOptions(List<String> answerOptions)BookingCustomQuestionBookingCustomQuestion. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.BookingCustomQuestionBookingCustomQuestion. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type BookingCustomQuestion Modifier and Type Method Description BookingBusiness.BuilderBookingBusiness.Builder. customQuestions(BookingCustomQuestion... customQuestions)“All custom questions of this business.”Method parameters in odata.msgraph.client.entity with type arguments of type BookingCustomQuestion Modifier and Type Method Description BookingBusiness.BuilderBookingBusiness.Builder. customQuestions(List<BookingCustomQuestion> customQuestions)“All custom questions of this business.”BookingBusinessBookingBusiness. withCustomQuestions(List<BookingCustomQuestion> customQuestions)Returns an immutable copy ofthiswith just thecustomQuestionsfield changed.
-