public class FinancialMarketsStatisticsClient extends AbstractContainerClient
Client which handles financial markets statistics data fetching.
| Constructor and Description |
|---|
FinancialMarketsStatisticsClient()
Default constructor.
|
FinancialMarketsStatisticsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FinancialMarketsStatisticsClaimsAndLiabilitiesClient |
claimsAndLiabilities()
Retrieve the client for interacting with financial markets statistics claims and
liabilities data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
FinancialMarketsStatisticsStatisticsClient |
statistics()
Retrieve the client for interacting with financial markets statistics statistics
data.
|
addClient, getClient, setLocaledoGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocalizationLocalepublic FinancialMarketsStatisticsClient()
Default constructor. Initializes values and creates sub-clients.
public FinancialMarketsStatisticsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic FinancialMarketsStatisticsClaimsAndLiabilitiesClient claimsAndLiabilities()
Retrieve the client for interacting with financial markets statistics claims and liabilities data.
public FinancialMarketsStatisticsStatisticsClient statistics()
Retrieve the client for interacting with financial markets statistics statistics data.
public URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.