| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
BookingService |
BookingService.Builder.build() |
BookingService |
BookingService.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
BookingService |
BookingService.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
BookingService |
BookingService.withDefaultDuration(Duration defaultDuration) |
BookingService |
BookingService.withDefaultLocation(Location defaultLocation) |
BookingService |
BookingService.withDefaultPrice(Double defaultPrice) |
BookingService |
BookingService.withDefaultPriceType(BookingPriceType defaultPriceType) |
BookingService |
BookingService.withDescription(String description) |
BookingService |
BookingService.withIsHiddenFromCustomers(Boolean isHiddenFromCustomers) |
BookingService |
BookingService.withNotes(String notes) |
BookingService |
BookingService.withPostBuffer(Duration postBuffer) |
BookingService |
BookingService.withPreBuffer(Duration preBuffer) |
BookingService |
BookingService.withSchedulingPolicy(BookingSchedulingPolicy schedulingPolicy) |
Copyright © 2018–2020. All rights reserved.