public class TransportClient extends AbstractContainerClient
Client which handles transport data fetching.
Constructor and Description |
---|
TransportClient()
Default constructor.
|
TransportClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
TransportRegisteredVehiclesClient |
registeredVehicles()
Retrieve the client for interacting with transport registered vehicles data.
|
addClient, getClient, setLocale
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocalizationLocale
public TransportClient()
Default constructor. Initializes values and creates sub-clients.
public TransportClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic TransportRegisteredVehiclesClient registeredVehicles()
Retrieve the client for interacting with transport registered vehicles data.
public URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.