CarsDateRange

public final class CarsDateRange

Date range of the period.

Parameters

startDate

Start date at pickup location of the period.

endDate

End date at pickup location of the period.

Constructors

Link copied to clipboard
public CarsDateRange CarsDateRange(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 CarsDateRange.Builder builder()
Link copied to clipboard
public final LocalDate getEndDate()
Link copied to clipboard
public final LocalDate getStartDate()
Link copied to clipboard