Uses of Class
odata.msgraph.client.complex.BookingWorkHours
-
Packages that use BookingWorkHours Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of BookingWorkHours in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return BookingWorkHours Modifier and Type Method Description BookingWorkHoursBookingWorkHours.Builder. build()BookingWorkHoursBookingWorkHours. withDay(DayOfWeek day)Returns an immutable copy ofthiswith just thedayfield changed.BookingWorkHoursBookingWorkHours. withUnmappedField(String name, Object value) -
Uses of BookingWorkHours in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type BookingWorkHours Modifier and Type Field Description protected List<BookingWorkHours>BookingBusiness. businessHoursprotected List<BookingWorkHours>BookingStaffMember. workingHoursMethods in odata.msgraph.client.entity that return types with arguments of type BookingWorkHours Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<BookingWorkHours>BookingBusiness. getBusinessHours()com.github.davidmoten.odata.client.CollectionPage<BookingWorkHours>BookingBusiness. getBusinessHours(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<BookingWorkHours>BookingStaffMember. getWorkingHours()com.github.davidmoten.odata.client.CollectionPage<BookingWorkHours>BookingStaffMember. getWorkingHours(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type BookingWorkHours Modifier and Type Method Description BookingBusiness.BuilderBookingBusiness.Builder. businessHours(BookingWorkHours... businessHours)BookingStaffMember.BuilderBookingStaffMember.Builder. workingHours(BookingWorkHours... workingHours)Method parameters in odata.msgraph.client.entity with type arguments of type BookingWorkHours Modifier and Type Method Description BookingBusiness.BuilderBookingBusiness.Builder. businessHours(List<BookingWorkHours> businessHours)BookingBusinessBookingBusiness. withBusinessHours(List<BookingWorkHours> businessHours)BookingStaffMemberBookingStaffMember. withWorkingHours(List<BookingWorkHours> workingHours)BookingStaffMember.BuilderBookingStaffMember.Builder. workingHours(List<BookingWorkHours> workingHours)
-