| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
BookingWorkHours |
BookingWorkHours.Builder.build() |
BookingWorkHours |
BookingWorkHours.withDay(DayOfWeek day)
Returns an immutable copy of
this with just the day field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<BookingWorkHours> |
BookingBusiness.businessHours |
protected List<BookingWorkHours> |
BookingStaffMember.workingHours |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
BookingBusiness.Builder |
BookingBusiness.Builder.businessHours(BookingWorkHours... businessHours) |
BookingStaffMember.Builder |
BookingStaffMember.Builder.workingHours(BookingWorkHours... workingHours) |
| Modifier and Type | Method and Description |
|---|---|
BookingBusiness.Builder |
BookingBusiness.Builder.businessHours(List<BookingWorkHours> businessHours) |
BookingStaffMember.Builder |
BookingStaffMember.Builder.workingHours(List<BookingWorkHours> workingHours) |
Copyright © 2018–2020. All rights reserved.