CarsLocation

public final class CarsLocation

Container for list of possible locations that could be used to disambiguate the query.

Parameters

locationId

Location id.

type

The type of location code (MULTICITY | METROCODE).

id

Expedia Region ID of the specified airport.

name

Location Name

code

Location Code

address
pointOfInterest
geoLocation
neighborhood
regionId

RegionId the location resides in.

country

Constructors

Link copied to clipboard
public CarsLocation CarsLocation(String locationId, String type, String id, String name, String code, CarsAddress address, String pointOfInterest, CarsGeoLocation geoLocation, CarsNeighborhood neighborhood, Long regionId, CarsCountry country)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final CarsAddress address
Link copied to clipboard
@Valid()
private final String code
Link copied to clipboard
@Valid()
private final CarsCountry country
Link copied to clipboard
@Valid()
private final CarsGeoLocation geoLocation
Link copied to clipboard
@Valid()
private final String id
Link copied to clipboard
@NotNull()
@Valid()
private final String locationId
Link copied to clipboard
@Valid()
private final String name
Link copied to clipboard
@Valid()
private final CarsNeighborhood neighborhood
Link copied to clipboard
@Valid()
private final String pointOfInterest
Link copied to clipboard
private final Long regionId
Link copied to clipboard
@Valid()
private final String type

Functions

Link copied to clipboard
public final static CarsLocation.Builder builder()
Link copied to clipboard
public final CarsAddress getAddress()
Link copied to clipboard
public final String getCode()
Link copied to clipboard
public final CarsCountry getCountry()
Link copied to clipboard
Link copied to clipboard
public final String getId()
Link copied to clipboard
public final String getLocationId()
Link copied to clipboard
public final String getName()
Link copied to clipboard
Link copied to clipboard
public final String getPointOfInterest()
Link copied to clipboard
public final Long getRegionId()
Link copied to clipboard
public final String getType()
Link copied to clipboard