| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
BookingAppointment |
BookingAppointment.Builder.build() |
BookingAppointment |
BookingAppointment.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
BookingAppointment |
BookingAppointment.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
BookingAppointment |
BookingAppointment.withCustomerEmailAddress(String customerEmailAddress) |
BookingAppointment |
BookingAppointment.withCustomerId(String customerId)
Returns an immutable copy of
this with just the customerId field
changed. |
BookingAppointment |
BookingAppointment.withCustomerLocation(Location customerLocation) |
BookingAppointment |
BookingAppointment.withCustomerName(String customerName) |
BookingAppointment |
BookingAppointment.withCustomerNotes(String customerNotes)
Returns an immutable copy of
this with just the customerNotes
field changed. |
BookingAppointment |
BookingAppointment.withCustomerPhone(String customerPhone) |
BookingAppointment |
BookingAppointment.withDuration(Duration duration)
Returns an immutable copy of
this with just the duration field
changed. |
BookingAppointment |
BookingAppointment.withEnd(DateTimeTimeZone end) |
BookingAppointment |
BookingAppointment.withInvoiceAmount(Double invoiceAmount) |
BookingAppointment |
BookingAppointment.withInvoiceDate(DateTimeTimeZone invoiceDate) |
BookingAppointment |
BookingAppointment.withInvoiceId(String invoiceId) |
BookingAppointment |
BookingAppointment.withInvoiceStatus(BookingInvoiceStatus invoiceStatus) |
BookingAppointment |
BookingAppointment.withInvoiceUrl(String invoiceUrl)
Returns an immutable copy of
this with just the invoiceUrl field
changed. |
BookingAppointment |
BookingAppointment.withOptOutOfCustomerEmail(Boolean optOutOfCustomerEmail) |
BookingAppointment |
BookingAppointment.withPostBuffer(Duration postBuffer) |
BookingAppointment |
BookingAppointment.withPreBuffer(Duration preBuffer) |
BookingAppointment |
BookingAppointment.withPrice(Double price) |
BookingAppointment |
BookingAppointment.withPriceType(BookingPriceType priceType) |
BookingAppointment |
BookingAppointment.withSelfServiceAppointmentId(String selfServiceAppointmentId) |
BookingAppointment |
BookingAppointment.withServiceId(String serviceId)
Returns an immutable copy of
this with just the serviceId field
changed. |
BookingAppointment |
BookingAppointment.withServiceLocation(Location serviceLocation) |
BookingAppointment |
BookingAppointment.withServiceName(String serviceName)
Returns an immutable copy of
this with just the serviceName
field changed. |
BookingAppointment |
BookingAppointment.withServiceNotes(String serviceNotes)
Returns an immutable copy of
this with just the serviceNotes
field changed. |
BookingAppointment |
BookingAppointment.withStart(DateTimeTimeZone start) |
Copyright © 2018–2020. All rights reserved.