Uses of Class
com.microsoft.graph.models.BookingWorkHours
Packages that use BookingWorkHours
-
Uses of BookingWorkHours in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BookingWorkHoursModifier and TypeMethodDescriptionstatic BookingWorkHoursBookingWorkHours.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 BookingWorkHoursModifier and TypeMethodDescriptionBookingBusiness.getBusinessHours()Gets the businessHours property value.BookingsAvailability.getBusinessHours()Gets the businessHours property value.BookingStaffMember.getWorkingHours()Gets the workingHours property value.Method parameters in com.microsoft.graph.models with type arguments of type BookingWorkHoursModifier and TypeMethodDescriptionvoidBookingBusiness.setBusinessHours(List<BookingWorkHours> value) Sets the businessHours property value.voidBookingsAvailability.setBusinessHours(List<BookingWorkHours> value) Sets the businessHours property value.voidBookingStaffMember.setWorkingHours(List<BookingWorkHours> value) Sets the workingHours property value.