DateRange

public final class DateRange

The actual date range for the shown availability.

Parameters

startDate

The initial day of the date range in an ISO 8601 Date format YYYY-MM-DD.

endDate

The final day of the date range in an ISO 8601 Date format YYYY-MM-DD.

Constructors

Link copied to clipboard
public DateRange DateRange(LocalDate startDate, LocalDate endDate)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final LocalDate endDate
Link copied to clipboard
private final LocalDate startDate

Functions

Link copied to clipboard
public final static DateRange.Builder builder()
Link copied to clipboard
public final LocalDate getEndDate()
Link copied to clipboard
public final LocalDate getStartDate()
Link copied to clipboard