| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
BookingCustomer
“Represents a customer of the business.”
|
class |
BookingStaffMember
“Represents a staff member who provides services in a business.”
|
| Modifier and Type | Method and Description |
|---|---|
BookingPerson |
BookingPerson.Builder.build() |
BookingPerson |
BookingPerson.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
BookingPerson |
BookingPerson.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
BookingPerson |
BookingPerson.withEmailAddress(String emailAddress)
Returns an immutable copy of
this with just the emailAddress
field changed. |
Copyright © 2018–2020. All rights reserved.