public class TransportRegisteredVehiclesVehiclesClient extends AbstractClient
Client which handles transport registered vehicles vehicles data fetching.
| Constructor and Description |
|---|
TransportRegisteredVehiclesVehiclesClient()
Default constructor.
|
TransportRegisteredVehiclesVehiclesClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getNewRegistrationsOfPassengerCars()
Fetch all new registrations of passenger cars data.
|
List<ResponseModel> |
getNewRegistrationsOfPassengerCars(Collection<String> regions,
Collection<Integer> fuels,
Collection<String> months)
Fetch all new registrations of passenger cars data which match the input
constraints.
|
List<ResponseModel> |
getPassengerCarsInUse()
Fetch all passenger cars in use data.
|
List<ResponseModel> |
getPassengerCarsInUse(Collection<String> regions,
Collection<String> typesOfOwnerships,
Collection<Integer> years)
Fetch all passenger cars in use data which match the input constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
List<ResponseModel> |
getVehiclesFromTheVehicleRegister()
Fetch all vehicles from the vehicle register data.
|
List<ResponseModel> |
getVehiclesFromTheVehicleRegister(Collection<String> typesOfVehicles,
Collection<String> statuses,
Collection<String> months)
Fetch all vehicles from the vehicle register data which match the input
constraints.
|
List<ResponseModel> |
getVehiclesInUse()
Fetch all vehicles in use data.
|
List<ResponseModel> |
getVehiclesInUse(Collection<String> regions,
Collection<Integer> typesOfVehicles,
Collection<Integer> years)
Fetch all vehicles in use data which match the input constraints.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic TransportRegisteredVehiclesVehiclesClient()
Default constructor.
public TransportRegisteredVehiclesVehiclesClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getVehiclesInUse()
Fetch all vehicles in use data.
ResponseModel
objectsgetVehiclesInUse(Collection, Collection, Collection)public List<ResponseModel> getVehiclesInUse(Collection<String> regions, Collection<Integer> typesOfVehicles, Collection<Integer> years)
Fetch all vehicles in use data which match the input constraints.
regions - the regionstypesOfVehicles - the types of vehiclesyears - the yearsResponseModel
objectspublic List<ResponseModel> getNewRegistrationsOfPassengerCars()
Fetch all new registrations of passenger cars data.
ResponseModel
objectsgetNewRegistrationsOfPassengerCars(Collection, Collection, Collection)public List<ResponseModel> getNewRegistrationsOfPassengerCars(Collection<String> regions, Collection<Integer> fuels, Collection<String> months)
Fetch all new registrations of passenger cars data which match the input constraints.
regions - the regionsfuels - the fuelsmonths - the monthsResponseModel
objectspublic List<ResponseModel> getVehiclesFromTheVehicleRegister()
Fetch all vehicles from the vehicle register data.
ResponseModel
objectsgetVehiclesFromTheVehicleRegister(Collection, Collection,Collection)public List<ResponseModel> getVehiclesFromTheVehicleRegister(Collection<String> typesOfVehicles, Collection<String> statuses, Collection<String> months)
Fetch all vehicles from the vehicle register data which match the input constraints.
typesOfVehicles - the types of vehiclesstatuses - the statusesmonths - the monthsResponseModel
objectspublic List<ResponseModel> getPassengerCarsInUse()
Fetch all passenger cars in use data.
ResponseModel
objectsgetPassengerCarsInUse(Collection, Collection, Collection)public List<ResponseModel> getPassengerCarsInUse(Collection<String> regions, Collection<String> typesOfOwnerships, Collection<Integer> years)
Fetch all passenger cars in use data which match the input constraints.
regions - the regionstypesOfOwnerships - the types of ownershipsyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.