public static class Availability.Builder extends Object
Availability.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Availability.Builder |
appointmentSegments(List<AppointmentSegment> appointmentSegments)
Setter for appointmentSegments.
|
Availability |
build()
Builds a new
Availability object using the set fields. |
Availability.Builder |
locationId(String locationId)
Setter for locationId.
|
Availability.Builder |
startAt(String startAt)
Setter for startAt.
|
public Availability.Builder startAt(String startAt)
startAt - String value for startAt.public Availability.Builder locationId(String locationId)
locationId - String value for locationId.public Availability.Builder appointmentSegments(List<AppointmentSegment> appointmentSegments)
appointmentSegments - List of AppointmentSegment value for appointmentSegments.public Availability build()
Availability object using the set fields.AvailabilityCopyright © 2022. All rights reserved.