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, setLocaledoGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocalepublic 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()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.