| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
static BookingAppointment.Builder |
BookingAppointment.builderBookingAppointment()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
BookingAppointment.Builder |
BookingAppointment.Builder.customerEmailAddress(String customerEmailAddress) |
BookingAppointment.Builder |
BookingAppointment.Builder.customerId(String customerId)
“If CustomerId is not specified when an appointment is created then a new
customer is created based on the appointment customer information.
|
BookingAppointment.Builder |
BookingAppointment.Builder.customerLocation(Location customerLocation) |
BookingAppointment.Builder |
BookingAppointment.Builder.customerName(String customerName) |
BookingAppointment.Builder |
BookingAppointment.Builder.customerNotes(String customerNotes)
“The value of this property is only available when reading an individual booking
appointment by id.
|
BookingAppointment.Builder |
BookingAppointment.Builder.customerPhone(String customerPhone) |
BookingAppointment.Builder |
BookingAppointment.Builder.duration(Duration duration)
Org.OData.Core.V1.Computed
|
BookingAppointment.Builder |
BookingAppointment.Builder.end(DateTimeTimeZone end) |
BookingAppointment.Builder |
BookingAppointment.Builder.id(String id) |
BookingAppointment.Builder |
BookingAppointment.Builder.invoiceAmount(Double invoiceAmount) |
BookingAppointment.Builder |
BookingAppointment.Builder.invoiceDate(DateTimeTimeZone invoiceDate) |
BookingAppointment.Builder |
BookingAppointment.Builder.invoiceId(String invoiceId) |
BookingAppointment.Builder |
BookingAppointment.Builder.invoiceStatus(BookingInvoiceStatus invoiceStatus) |
BookingAppointment.Builder |
BookingAppointment.Builder.invoiceUrl(String invoiceUrl)
Org.OData.Core.V1.IsURL
|
BookingAppointment.Builder |
BookingAppointment.Builder.optOutOfCustomerEmail(Boolean optOutOfCustomerEmail) |
BookingAppointment.Builder |
BookingAppointment.Builder.postBuffer(Duration postBuffer) |
BookingAppointment.Builder |
BookingAppointment.Builder.preBuffer(Duration preBuffer) |
BookingAppointment.Builder |
BookingAppointment.Builder.price(Double price) |
BookingAppointment.Builder |
BookingAppointment.Builder.priceType(BookingPriceType priceType) |
BookingAppointment.Builder |
BookingAppointment.Builder.reminders(List<BookingReminder> reminders)
“The value of this property is only available when reading an individual booking
appointment by id.”
|
BookingAppointment.Builder |
BookingAppointment.Builder.remindersNextLink(String remindersNextLink)
“The value of this property is only available when reading an individual booking
appointment by id.”
|
BookingAppointment.Builder |
BookingAppointment.Builder.selfServiceAppointmentId(String selfServiceAppointmentId) |
BookingAppointment.Builder |
BookingAppointment.Builder.serviceId(String serviceId)
“The id of the booking service associated with this appointment.”
|
BookingAppointment.Builder |
BookingAppointment.Builder.serviceLocation(Location serviceLocation) |
BookingAppointment.Builder |
BookingAppointment.Builder.serviceName(String serviceName)
“This property is optional when creating a new appointment.
|
BookingAppointment.Builder |
BookingAppointment.Builder.serviceNotes(String serviceNotes)
“The value of this property is only available when reading an individual booking
appointment by id.”
|
BookingAppointment.Builder |
BookingAppointment.Builder.staffMemberIds(List<String> staffMemberIds) |
BookingAppointment.Builder |
BookingAppointment.Builder.staffMemberIdsNextLink(String staffMemberIdsNextLink) |
BookingAppointment.Builder |
BookingAppointment.Builder.start(DateTimeTimeZone start) |
Copyright © 2018–2020. All rights reserved.