| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
BookingBusiness
“The bookingBusiness is the top level object which contains business information
and related business objects such as appointments, customers, services and staff
members.”
|
class |
BookingCustomer
“Represents a customer of the business.”
|
class |
BookingPerson
“Represents a booking customer or staff member.”
|
class |
BookingService
“Represents a particular service offered by a booking business.”
|
class |
BookingStaffMember
“Represents a staff member who provides services in a business.”
|
| Modifier and Type | Method and Description |
|---|---|
BookingNamedEntity |
BookingNamedEntity.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
BookingNamedEntity |
BookingNamedEntity.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
BookingNamedEntity |
BookingNamedEntity.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
Copyright © 2018–2020. All rights reserved.