Uses of Class
odata.msgraph.client.beta.entity.BookingService
-
Packages that use BookingService Package Description odata.msgraph.client.beta.entity -
-
Uses of BookingService in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return BookingService Modifier and Type Method Description BookingServiceBookingService.Builder. build()BookingServiceBookingService. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.BookingServiceBookingService. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).BookingServiceBookingService. withAdditionalInformation(String additionalInformation)BookingServiceBookingService. withDefaultDuration(Duration defaultDuration)BookingServiceBookingService. withDefaultLocation(Location defaultLocation)BookingServiceBookingService. withDefaultPrice(Double defaultPrice)BookingServiceBookingService. withDefaultPriceType(BookingPriceType defaultPriceType)BookingServiceBookingService. withDefaultReminders(List<BookingReminder> defaultReminders)Returns an immutable copy ofthiswith just thedefaultRemindersfield changed.BookingServiceBookingService. withDescription(String description)BookingServiceBookingService. withIsHiddenFromCustomers(Boolean isHiddenFromCustomers)BookingServiceBookingService. withIsLocationOnline(Boolean isLocationOnline)BookingServiceBookingService. withNotes(String notes)BookingServiceBookingService. withPostBuffer(Duration postBuffer)BookingServiceBookingService. withPreBuffer(Duration preBuffer)BookingServiceBookingService. withSchedulingPolicy(BookingSchedulingPolicy schedulingPolicy)BookingServiceBookingService. withSmsNotificationsEnabled(Boolean smsNotificationsEnabled)BookingServiceBookingService. withStaffMemberIds(List<String> staffMemberIds)BookingServiceBookingService. withUnmappedField(String name, String value)BookingServiceBookingService. withWebUrl(String webUrl)Returns an immutable copy ofthiswith just thewebUrlfield changed.
-