Uses of Class
odata.msgraph.client.beta.entity.BookingCustomQuestion
-
Packages that use BookingCustomQuestion Package Description odata.msgraph.client.beta.entity -
-
Uses of BookingCustomQuestion in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.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, String value)
-