Uses of Class
com.microsoft.graph.models.BookingAppointment
Packages that use BookingAppointment
-
Uses of BookingAppointment in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BookingAppointmentModifier and TypeMethodDescriptionstatic BookingAppointmentBookingAppointment.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type BookingAppointmentModifier and TypeMethodDescriptionBookingBusiness.getAppointments()Gets the appointments property value.BookingBusiness.getCalendarView()Gets the calendarView property value.BookingAppointmentCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type BookingAppointmentModifier and TypeMethodDescriptionvoidBookingBusiness.setAppointments(List<BookingAppointment> value) Sets the appointments property value.voidBookingBusiness.setCalendarView(List<BookingAppointment> value) Sets the calendarView property value.voidBookingAppointmentCollectionResponse.setValue(List<BookingAppointment> value) Sets the value property value.