VendorLocationDetails

public final class VendorLocationDetails

Drop off information

Parameters

dateTime

Pickup date and time.

location
shuttleCategory

The category of shuttle from the terminal to the rental car counter. Please find list of Shuttle Categories in the Related Links Section below.

distance
openSchedule

A List of date time periods to indicate the vendor business hours for the pickup time.

Constructors

Link copied to clipboard
public VendorLocationDetails VendorLocationDetails(LocalDateTime dateTime, CarsLocation location, String shuttleCategory, CarsDistance distance, List<DateTimePeriod> openSchedule)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final LocalDateTime dateTime
Link copied to clipboard
@Valid()
private final CarsDistance distance
Link copied to clipboard
@NotNull()
@Valid()
private final CarsLocation location
Link copied to clipboard
@Valid()
private final List<DateTimePeriod> openSchedule
Link copied to clipboard
@Valid()
private final String shuttleCategory

Functions

Link copied to clipboard
public final static VendorLocationDetails.Builder builder()
Link copied to clipboard
public final LocalDateTime getDateTime()
Link copied to clipboard
public final CarsDistance getDistance()
Link copied to clipboard
public final CarsLocation getLocation()
Link copied to clipboard
Link copied to clipboard
public final String getShuttleCategory()
Link copied to clipboard