| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
AppointmentSegment |
AppointmentSegment.Builder.build()
Builds a new
AppointmentSegment object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<AppointmentSegment> |
Booking.getAppointmentSegments()
Getter for AppointmentSegments.
|
List<AppointmentSegment> |
Availability.getAppointmentSegments()
Getter for AppointmentSegments.
|
| Modifier and Type | Method and Description |
|---|---|
Booking.Builder |
Booking.Builder.appointmentSegments(List<AppointmentSegment> appointmentSegments)
Setter for appointmentSegments.
|
Availability.Builder |
Availability.Builder.appointmentSegments(List<AppointmentSegment> appointmentSegments)
Setter for appointmentSegments.
|
| Constructor and Description |
|---|
Availability(String startAt,
String locationId,
List<AppointmentSegment> appointmentSegments)
Initialization constructor.
|
Booking(String id,
Integer version,
String status,
String createdAt,
String updatedAt,
String startAt,
String locationId,
String customerId,
String customerNote,
String sellerNote,
List<AppointmentSegment> appointmentSegments,
Integer transitionTimeMinutes,
Boolean allDay,
String locationType,
BookingCreatorDetails creatorDetails,
String source)
Initialization constructor.
|
Copyright © 2022. All rights reserved.