public class Availability extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Availability.Builder
Class to build instances of
Availability. |
| Modifier | Constructor and Description |
|---|---|
protected |
Availability(io.apimatic.core.types.OptionalNullable<String> startAt,
String locationId,
io.apimatic.core.types.OptionalNullable<List<AppointmentSegment>> appointmentSegments)
Initialization constructor.
|
|
Availability(String startAt,
String locationId,
List<AppointmentSegment> appointmentSegments)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<AppointmentSegment> |
getAppointmentSegments()
Getter for AppointmentSegments.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getStartAt()
Getter for StartAt.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<List<AppointmentSegment>> |
internalGetAppointmentSegments()
Internal Getter for AppointmentSegments.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetStartAt()
Internal Getter for StartAt.
|
Availability.Builder |
toBuilder()
Builds a new
Availability.Builder object. |
String |
toString()
Converts this Availability into string format.
|
public Availability(String startAt, String locationId, List<AppointmentSegment> appointmentSegments)
startAt - String value for startAt.locationId - String value for locationId.appointmentSegments - List of AppointmentSegment value for appointmentSegments.protected Availability(io.apimatic.core.types.OptionalNullable<String> startAt, String locationId, io.apimatic.core.types.OptionalNullable<List<AppointmentSegment>> appointmentSegments)
startAt - String value for startAt.locationId - String value for locationId.appointmentSegments - List of AppointmentSegment value for appointmentSegments.protected io.apimatic.core.types.OptionalNullable<String> internalGetStartAt()
public String getStartAt()
public String getLocationId()
protected io.apimatic.core.types.OptionalNullable<List<AppointmentSegment>> internalGetAppointmentSegments()
public List<AppointmentSegment> getAppointmentSegments()
public String toString()
public Availability.Builder toBuilder()
Availability.Builder object.
Creates the instance with the state of the current model.Availability.Builder objectCopyright © 2024. All rights reserved.