| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
BookingBusiness |
BookingBusiness.Builder.build() |
BookingBusiness |
BookingBusiness.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
BookingBusiness |
BookingBusiness.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
BookingBusiness |
BookingBusiness.withAddress(PhysicalAddress address) |
BookingBusiness |
BookingBusiness.withBusinessType(String businessType) |
BookingBusiness |
BookingBusiness.withDefaultCurrencyIso(String defaultCurrencyIso) |
BookingBusiness |
BookingBusiness.withEmail(String email) |
BookingBusiness |
BookingBusiness.withIsPublished(Boolean isPublished)
Returns an immutable copy of
this with just the isPublished
field changed. |
BookingBusiness |
BookingBusiness.withPhone(String phone) |
BookingBusiness |
BookingBusiness.withPublicUrl(String publicUrl)
Returns an immutable copy of
this with just the publicUrl field
changed. |
BookingBusiness |
BookingBusiness.withSchedulingPolicy(BookingSchedulingPolicy schedulingPolicy) |
BookingBusiness |
BookingBusiness.withWebSiteUrl(String webSiteUrl)
Returns an immutable copy of
this with just the webSiteUrl field
changed. |
Copyright © 2018–2020. All rights reserved.