Uses of Class
odata.msgraph.client.entity.BookingService
-
Packages that use BookingService Package Description odata.msgraph.client.entity -
-
Uses of BookingService in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type BookingService Modifier and Type Field Description protected List<BookingService>BookingBusiness. servicesMethods in odata.msgraph.client.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. withCustomQuestions(List<BookingQuestionAssignment> customQuestions)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. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.BookingServiceBookingService. withIsAnonymousJoinEnabled(Boolean isAnonymousJoinEnabled)BookingServiceBookingService. withIsHiddenFromCustomers(Boolean isHiddenFromCustomers)BookingServiceBookingService. withIsLocationOnline(Boolean isLocationOnline)BookingServiceBookingService. withLanguageTag(String languageTag)BookingServiceBookingService. withMaximumAttendeesCount(Integer maximumAttendeesCount)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, Object value)BookingServiceBookingService. withWebUrl(String webUrl)Returns an immutable copy ofthiswith just thewebUrlfield changed.Methods in odata.msgraph.client.entity with parameters of type BookingService Modifier and Type Method Description BookingBusiness.BuilderBookingBusiness.Builder. services(BookingService... services)“All services offered by this business.”Method parameters in odata.msgraph.client.entity with type arguments of type BookingService Modifier and Type Method Description BookingBusiness.BuilderBookingBusiness.Builder. services(List<BookingService> services)“All services offered by this business.”BookingBusinessBookingBusiness. withServices(List<BookingService> services)Returns an immutable copy ofthiswith just theservicesfield changed.
-