public class TransportRegisteredVehiclesEconomicIndicatorsClient extends AbstractClient
Client which handles transport registered vehicles economic indicators data fetching.
| Constructor and Description |
|---|
TransportRegisteredVehiclesEconomicIndicatorsClient()
Default constructor.
|
TransportRegisteredVehiclesEconomicIndicatorsClient(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> months)
Fetch all new registrations of passenger cars data which match the input
constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic TransportRegisteredVehiclesEconomicIndicatorsClient()
Default constructor.
public TransportRegisteredVehiclesEconomicIndicatorsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getNewRegistrationsOfPassengerCars()
Fetch all new registrations of passenger cars data.
ResponseModel
objectsgetNewRegistrationsOfPassengerCars(Collection)public List<ResponseModel> getNewRegistrationsOfPassengerCars(Collection<String> months)
Fetch all new registrations of passenger cars data which match the input constraints.
months - the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.