CarAllOf

public final class CarAllOf

Parameters

pickUpLocation

Location where the automobile will be picked up.

dropOffLocation

Location at which the automobile will be returned.

pickupTime

Local date and time the automobile will be picked-up, in ISO-8601 date and time format yyyy-MM-ddTHH:mm:ss.SSSZ.

returnTime

Local date and time the automobile will be returned, in ISO-8601 date and time format yyyy-MM-ddTHH:mm:ss.SSSZ.

Constructors

Link copied to clipboard
public CarAllOf CarAllOf(String pickUpLocation, String dropOffLocation, OffsetDateTime pickupTime, OffsetDateTime returnTime)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Length(max = 200)
@NotNull()
@Valid()
private final String dropOffLocation
Link copied to clipboard
@Length(max = 200)
@NotNull()
@Valid()
private final String pickUpLocation
Link copied to clipboard
private final OffsetDateTime pickupTime
Link copied to clipboard
private final OffsetDateTime returnTime

Functions

Link copied to clipboard
public final static CarAllOf.Builder builder()
Link copied to clipboard
public final String getDropOffLocation()
Link copied to clipboard
public final String getPickUpLocation()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final CarAllOf.Builder toBuilder()