Class FinancialMarketsStatisticsClaimsAndLiabilitiesClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.financialmarkets.statistics.claimsandliabilities.FinancialMarketsStatisticsClaimsAndLiabilitiesClient
-
public class FinancialMarketsStatisticsClaimsAndLiabilitiesClient extends AbstractClient
Client which handles financial markets statistics claims and liabilities data fetching.
- Since:
- 0.4.0
-
-
Constructor Summary
Constructors Constructor Description FinancialMarketsStatisticsClaimsAndLiabilitiesClient()Default constructor.FinancialMarketsStatisticsClaimsAndLiabilitiesClient(Locale locale)Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResponseModel>getClaimsAndLiabilitiesOutsideSweden()Fetch all claims and liabilities outside Sweden data.List<ResponseModel>getClaimsAndLiabilitiesOutsideSweden(Collection<String> positions, Collection<String> countryGroups, Collection<String> counterPartySectors, Collection<Integer> currencies, Collection<String> quarters)Fetch all claims and liabilities outside Sweden data which match the input constraints.List<ResponseModel>getConsolidatedClaimsOutsideSweden()Fetch all consolidated claims outside Sweden data.List<ResponseModel>getConsolidatedClaimsOutsideSweden(Collection<String> positions, Collection<String> countryGroups, Collection<String> counterPartySectors, Collection<String> quarters)Fetch all consolidated claims outside Sweden data which match the input constraints.URLEndpointgetUrl()Returns the URL endpoint which this client represents.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocale
-
-
-
-
Constructor Detail
-
FinancialMarketsStatisticsClaimsAndLiabilitiesClient
public FinancialMarketsStatisticsClaimsAndLiabilitiesClient()
Default constructor.
-
FinancialMarketsStatisticsClaimsAndLiabilitiesClient
public FinancialMarketsStatisticsClaimsAndLiabilitiesClient(Locale locale)
Overloaded constructor.
- Parameters:
locale- theLocalefor this client
-
-
Method Detail
-
getClaimsAndLiabilitiesOutsideSweden
public List<ResponseModel> getClaimsAndLiabilitiesOutsideSweden()
Fetch all claims and liabilities outside Sweden data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getClaimsAndLiabilitiesOutsideSweden(Collection, Collection, Collection, Collection, Collection)
-
getClaimsAndLiabilitiesOutsideSweden
public List<ResponseModel> getClaimsAndLiabilitiesOutsideSweden(Collection<String> positions, Collection<String> countryGroups, Collection<String> counterPartySectors, Collection<Integer> currencies, Collection<String> quarters)
Fetch all claims and liabilities outside Sweden data which match the input constraints.
- Parameters:
positions- the positionscountryGroups- the country groupscounterPartySectors- the counter party sectorscurrencies- the currenciesquarters- the quarters- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getConsolidatedClaimsOutsideSweden
public List<ResponseModel> getConsolidatedClaimsOutsideSweden()
Fetch all consolidated claims outside Sweden data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getConsolidatedClaimsOutsideSweden(Collection, Collection, Collection, Collection)
-
getConsolidatedClaimsOutsideSweden
public List<ResponseModel> getConsolidatedClaimsOutsideSweden(Collection<String> positions, Collection<String> countryGroups, Collection<String> counterPartySectors, Collection<String> quarters)
Fetch all consolidated claims outside Sweden data which match the input constraints.
- Parameters:
positions- the positionscountryGroups- the country groupscounterPartySectors- the counter party sectorsquarters- the quarters- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClientReturns the URL endpoint which this client represents.
- Specified by:
getUrlin classAbstractClient- Returns:
- the URL endpoint for this client
-
-