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.withAdditionalInformation(String additionalInformation) |
|
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.withCustomerTimeZone(String customerTimeZone) |
|
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.withIsLocationOnline(Boolean isLocationOnline) |
|
BookingAppointment |
BookingAppointment.withJoinWebUrl(String joinWebUrl) |
Returns an immutable copy of this with just the joinWebUrl field
changed.
|
BookingAppointment |
BookingAppointment.withOnlineMeetingUrl(String onlineMeetingUrl) |
Returns an immutable copy of this with just the onlineMeetingUrl
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.withReminders(List<BookingReminder> reminders) |
Returns an immutable copy of this with just the reminders field
changed.
|
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.withSmsNotificationsEnabled(Boolean smsNotificationsEnabled) |
|
BookingAppointment |
BookingAppointment.withStaffMemberIds(List<String> staffMemberIds) |
|
BookingAppointment |
BookingAppointment.withStart(DateTimeTimeZone start) |
|
BookingAppointment |
BookingAppointment.withUnmappedField(String name,
String value) |
|