Skip navigation links
A B C D E F G H I J L M N P Q R S T U V Y 

A

AbstractClient - Class in com.github.dannil.scbjavaclient.client
Abstract class which specifies how clients should operate.
AbstractClient() - Constructor for class com.github.dannil.scbjavaclient.client.AbstractClient
Default constructor.
AbstractClient(Locale) - Constructor for class com.github.dannil.scbjavaclient.client.AbstractClient
Overloaded constructor.
AbstractContainerClient - Class in com.github.dannil.scbjavaclient.client
Abstract class which specifies how methods by container clients (a client that has sub-clients) should operate.
AbstractContainerClient() - Constructor for class com.github.dannil.scbjavaclient.client.AbstractContainerClient
Default constructor.
AbstractContainerClient(Locale) - Constructor for class com.github.dannil.scbjavaclient.client.AbstractContainerClient
Overloaded constructor.
AbstractRegionYearAndValueModel<R,Y,V> - Class in com.github.dannil.scbjavaclient.model
Abstract model which handles region, year and value.
AbstractRegionYearAndValueModel() - Constructor for class com.github.dannil.scbjavaclient.model.AbstractRegionYearAndValueModel
Default constructor.
AbstractRegionYearAndValueModel(R, Y, List<ValueNode<V>>) - Constructor for class com.github.dannil.scbjavaclient.model.AbstractRegionYearAndValueModel
Overloaded constructor.
AbstractRequester - Class in com.github.dannil.scbjavaclient.utility.requester
Class which contains the logic for sending URL requests to a specified address.
AbstractRequester() - Constructor for class com.github.dannil.scbjavaclient.utility.requester.AbstractRequester
Default constructor.
AbstractRequester(Charset) - Constructor for class com.github.dannil.scbjavaclient.utility.requester.AbstractRequester
Overloaded constructor.
AbstractValueModel<V> - Class in com.github.dannil.scbjavaclient.model
Abstract model which holds the values of the client response.
AbstractValueModel() - Constructor for class com.github.dannil.scbjavaclient.model.AbstractValueModel
Default constructor.
AbstractValueModel(List<ValueNode<V>>) - Constructor for class com.github.dannil.scbjavaclient.model.AbstractValueModel
Overloaded constructor.
AbstractYearAndValueModel<Y,V> - Class in com.github.dannil.scbjavaclient.model
Abstract model which handles year and value.
AbstractYearAndValueModel() - Constructor for class com.github.dannil.scbjavaclient.model.AbstractYearAndValueModel
Default constructor.
AbstractYearAndValueModel(Y, List<ValueNode<V>>) - Constructor for class com.github.dannil.scbjavaclient.model.AbstractYearAndValueModel
Overloaded constructor.
amount() - Method in class com.github.dannil.scbjavaclient.client.population.PopulationClient
Retrieve the client for interacting with population amount data.
APIConstants - Class in com.github.dannil.scbjavaclient.constants
Constants which hold values for using the API.
Area - Class in com.github.dannil.scbjavaclient.model.environment.landandwaterarea
Model for area data.
Area() - Constructor for class com.github.dannil.scbjavaclient.model.environment.landandwaterarea.Area
Default constructor.
Area(String, String, Integer, List<ValueNode<Double>>) - Constructor for class com.github.dannil.scbjavaclient.model.environment.landandwaterarea.Area
Overloaded constructor.
averageAge() - Method in class com.github.dannil.scbjavaclient.client.population.PopulationClient
Retrieve the client for interacting with population average age data.
AverageAge - Class in com.github.dannil.scbjavaclient.model.population.averageage
Model for average age.
AverageAge() - Constructor for class com.github.dannil.scbjavaclient.model.population.averageage.AverageAge
Default constructor.
AverageAge(String, String, Integer, List<ValueNode<Double>>) - Constructor for class com.github.dannil.scbjavaclient.model.population.averageage.AverageAge
Overloaded constructor.

B

build(Map<String, Collection<?>>) - Static method in class com.github.dannil.scbjavaclient.utility.QueryBuilder
Constructs a query which matches the format the SCB API expects.

C

changeLanguageForUrl(String) - Static method in class com.github.dannil.scbjavaclient.utility.URLUtility
Generates a new URL to the API using the fallback Locale FALLBACK_LOCALE.
changeLanguageForUrl(String, Locale) - Static method in class com.github.dannil.scbjavaclient.utility.URLUtility
Generates a new URL to the API using the specified locale.
changeLanguageForUrl(String, String) - Static method in class com.github.dannil.scbjavaclient.utility.URLUtility
Generates a new URL to the API by replacing the current language tag in the URL with the specified language tag.
charset - Variable in class com.github.dannil.scbjavaclient.utility.requester.AbstractRequester
 
client - Variable in class com.github.dannil.scbjavaclient.utility.requester.AbstractRequester
 
ClientConstants - Class in com.github.dannil.scbjavaclient.constants
Constants which hold specific values for use by the client.
clients - Variable in class com.github.dannil.scbjavaclient.client.AbstractContainerClient
 
com.github.dannil.scbjavaclient.client - package com.github.dannil.scbjavaclient.client
Package which contains all clients.
com.github.dannil.scbjavaclient.client.environment - package com.github.dannil.scbjavaclient.client.environment
Package which contains all clients for environment data.
com.github.dannil.scbjavaclient.client.environment.landandwaterarea - package com.github.dannil.scbjavaclient.client.environment.landandwaterarea
Package which contains all clients for environment land and water area data.
com.github.dannil.scbjavaclient.client.population - package com.github.dannil.scbjavaclient.client.population
Package which contains all clients for population data.
com.github.dannil.scbjavaclient.client.population.amount - package com.github.dannil.scbjavaclient.client.population.amount
Package which contains all clients for population amount data.
com.github.dannil.scbjavaclient.client.population.averageage - package com.github.dannil.scbjavaclient.client.population.averageage
Package which contains all clients for population average age data.
com.github.dannil.scbjavaclient.client.population.demography - package com.github.dannil.scbjavaclient.client.population.demography
Package which contains all clients for population demography data.
com.github.dannil.scbjavaclient.client.population.density - package com.github.dannil.scbjavaclient.client.population.density
Package which contains all clients for population density data.
com.github.dannil.scbjavaclient.client.population.livebirths - package com.github.dannil.scbjavaclient.client.population.livebirths
Package which contains all clients for population live births data.
com.github.dannil.scbjavaclient.client.population.name - package com.github.dannil.scbjavaclient.client.population.name
Package which contains all clients for population name data.
com.github.dannil.scbjavaclient.client.population.partnership - package com.github.dannil.scbjavaclient.client.population.partnership
Package which contains all clients for population partnership data.
com.github.dannil.scbjavaclient.constants - package com.github.dannil.scbjavaclient.constants
Package which contains all constants used throughout the library.
com.github.dannil.scbjavaclient.exception - package com.github.dannil.scbjavaclient.exception
Package which contains all custom exceptions for specialized error handling.
com.github.dannil.scbjavaclient.format - package com.github.dannil.scbjavaclient.format
Root package for all formats.
com.github.dannil.scbjavaclient.format.json - package com.github.dannil.scbjavaclient.format.json
Package which contains all JSON formats.
com.github.dannil.scbjavaclient.model - package com.github.dannil.scbjavaclient.model
Package which contains all models.
com.github.dannil.scbjavaclient.model.environment - package com.github.dannil.scbjavaclient.model.environment
Package which contains all environment models.
com.github.dannil.scbjavaclient.model.environment.landandwaterarea - package com.github.dannil.scbjavaclient.model.environment.landandwaterarea
Package which contains the models for environment land and water area data.
com.github.dannil.scbjavaclient.model.population - package com.github.dannil.scbjavaclient.model.population
Package which contains all population models.
com.github.dannil.scbjavaclient.model.population.amount - package com.github.dannil.scbjavaclient.model.population.amount
Package which contains the models for population amount data.
com.github.dannil.scbjavaclient.model.population.averageage - package com.github.dannil.scbjavaclient.model.population.averageage
Package which contains the models for population average age data.
com.github.dannil.scbjavaclient.model.population.demography - package com.github.dannil.scbjavaclient.model.population.demography
Package which contains the models for population demography data.
com.github.dannil.scbjavaclient.model.population.density - package com.github.dannil.scbjavaclient.model.population.density
Package which contains the models for population density data.
com.github.dannil.scbjavaclient.model.population.livebirths - package com.github.dannil.scbjavaclient.model.population.livebirths
Package which contains the models for population live births data.
com.github.dannil.scbjavaclient.model.population.name - package com.github.dannil.scbjavaclient.model.population.name
Package which contains the models for population name data.
com.github.dannil.scbjavaclient.model.population.partnership - package com.github.dannil.scbjavaclient.model.population.partnership
Package which contains the models for population partnership data.
com.github.dannil.scbjavaclient.utility - package com.github.dannil.scbjavaclient.utility
Package which contains all the utility classes.
com.github.dannil.scbjavaclient.utility.requester - package com.github.dannil.scbjavaclient.utility.requester
Package which contains the classes used for communicating with the API over HTTP.
com.github.dannil.scbjavaclient.validator - package com.github.dannil.scbjavaclient.validator
Root package for all validators.
com.github.dannil.scbjavaclient.validator.json - package com.github.dannil.scbjavaclient.validator.json
Package which contains JSON validators.

D

demography() - Method in class com.github.dannil.scbjavaclient.client.population.PopulationClient
Retrieve the client for interacting with population demography data.
density() - Method in class com.github.dannil.scbjavaclient.client.population.PopulationClient
Retrieve the client for interacting with population density data.
Density - Class in com.github.dannil.scbjavaclient.model.population.density
Model for density data.
Density() - Constructor for class com.github.dannil.scbjavaclient.model.population.density.Density
Default constructor.
Density(String, String, Integer, List<ValueNode<Double>>) - Constructor for class com.github.dannil.scbjavaclient.model.population.density.Density
Overloaded constructor.

E

environment() - Method in class com.github.dannil.scbjavaclient.client.SCBClient
Retrieve the client for interacting with environment data.
EnvironmentClient - Class in com.github.dannil.scbjavaclient.client.environment
Client which handles environment data fetching.
EnvironmentClient() - Constructor for class com.github.dannil.scbjavaclient.client.environment.EnvironmentClient
Default constructor.
EnvironmentClient(Locale) - Constructor for class com.github.dannil.scbjavaclient.client.environment.EnvironmentClient
Overloaded constructor.
EnvironmentLandAndWaterAreaClient - Class in com.github.dannil.scbjavaclient.client.environment.landandwaterarea
Client which handles environment land and water area data fetching.
EnvironmentLandAndWaterAreaClient() - Constructor for class com.github.dannil.scbjavaclient.client.environment.landandwaterarea.EnvironmentLandAndWaterAreaClient
Default constructor.
EnvironmentLandAndWaterAreaClient(Locale) - Constructor for class com.github.dannil.scbjavaclient.client.environment.landandwaterarea.EnvironmentLandAndWaterAreaClient
Overloaded constructor.
equals(Object) - Method in class com.github.dannil.scbjavaclient.model.AbstractRegionYearAndValueModel
 
equals(Object) - Method in class com.github.dannil.scbjavaclient.model.AbstractValueModel
 
equals(Object) - Method in class com.github.dannil.scbjavaclient.model.AbstractYearAndValueModel
 
equals(Object) - Method in class com.github.dannil.scbjavaclient.model.environment.landandwaterarea.Area
 
equals(Object) - Method in class com.github.dannil.scbjavaclient.model.population.amount.Population
 
equals(Object) - Method in class com.github.dannil.scbjavaclient.model.population.averageage.AverageAge
 
equals(Object) - Method in class com.github.dannil.scbjavaclient.model.population.demography.FertilityRate
 
equals(Object) - Method in class com.github.dannil.scbjavaclient.model.population.demography.MeanAgeFirstChild
 
equals(Object) - Method in class com.github.dannil.scbjavaclient.model.population.density.Density
 
equals(Object) - Method in class com.github.dannil.scbjavaclient.model.population.livebirths.LiveBirth
 
equals(Object) - Method in class com.github.dannil.scbjavaclient.model.population.name.NumberOfChildrenBornWithFirstName
 
equals(Object) - Method in class com.github.dannil.scbjavaclient.model.population.partnership.Partnership
 
equals(Object) - Method in class com.github.dannil.scbjavaclient.model.population.partnership.PartnershipChange
 
equals(Object) - Method in class com.github.dannil.scbjavaclient.model.ValueNode
 

F

FALLBACK_LOCALE - Static variable in class com.github.dannil.scbjavaclient.constants.APIConstants
The default locale of the API (sv, SE).
FertilityRate - Class in com.github.dannil.scbjavaclient.model.population.demography
Model for fertility rate.
FertilityRate() - Constructor for class com.github.dannil.scbjavaclient.model.population.demography.FertilityRate
Default constructor.
FertilityRate(String, Integer, Integer, List<ValueNode<Double>>) - Constructor for class com.github.dannil.scbjavaclient.model.population.demography.FertilityRate
Overloaded constructor.
format() - Method in interface com.github.dannil.scbjavaclient.format.json.IJsonResponseFormat
Formats the JSON according to the specified implementing format.
format() - Method in class com.github.dannil.scbjavaclient.format.json.JsonCustomResponseFormat
 

G

get(String) - Method in class com.github.dannil.scbjavaclient.client.AbstractClient
Performs a GET request to the specified table.
getAge() - Method in class com.github.dannil.scbjavaclient.model.population.amount.Population
Getter for age.
getArea() - Method in class com.github.dannil.scbjavaclient.client.environment.landandwaterarea.EnvironmentLandAndWaterAreaClient
Fetch all area data.
getArea(Collection<String>, Collection<String>, Collection<Integer>) - Method in class com.github.dannil.scbjavaclient.client.environment.landandwaterarea.EnvironmentLandAndWaterAreaClient
Fetch all area data which match the input constraints.
getAverageAge() - Method in class com.github.dannil.scbjavaclient.client.population.averageage.PopulationAverageAgeClient
Fetch all average age data.
getAverageAge(Collection<String>, Collection<String>, Collection<Integer>) - Method in class com.github.dannil.scbjavaclient.client.population.averageage.PopulationAverageAgeClient
Fetch all average age data which match the input constraints.
getBaseUrl() - Method in class com.github.dannil.scbjavaclient.client.AbstractClient
Determines the base URL for the API based on the current Locale.
getBody(HttpResponse) - Method in class com.github.dannil.scbjavaclient.utility.requester.AbstractRequester
Extracts the response body from the HttpResponse.
getBodyAsString(String) - Method in class com.github.dannil.scbjavaclient.utility.requester.AbstractRequester
Returns the response from the specified URL as a string.
getBodyAsString(String) - Method in class com.github.dannil.scbjavaclient.utility.requester.GETRequester
 
getBodyAsString(String) - Method in class com.github.dannil.scbjavaclient.utility.requester.POSTRequester
 
getBodyAsStringFromTable(String) - Method in class com.github.dannil.scbjavaclient.utility.requester.AbstractRequester
Return the content from the specified table.
getCharset() - Method in class com.github.dannil.scbjavaclient.utility.requester.AbstractRequester
Getter for charset.
getCode() - Method in class com.github.dannil.scbjavaclient.model.ValueNode
Getter for code.
getCodes() - Method in interface com.github.dannil.scbjavaclient.format.json.IJsonTableFormat
Extracts the codes from the JSON.
getCodes() - Method in class com.github.dannil.scbjavaclient.format.json.JsonAPITableFormat
 
getDensity() - Method in class com.github.dannil.scbjavaclient.client.population.density.PopulationDensityClient
Fetch all density data.
getDensity(Collection<String>, Collection<String>, Collection<Integer>) - Method in class com.github.dannil.scbjavaclient.client.population.density.PopulationDensityClient
Fetch all density data which match the input constraints.
getFertilityRate() - Method in class com.github.dannil.scbjavaclient.client.population.demography.PopulationDemographyClient
Fetch all fertility rate data.
getFertilityRate(Collection<String>, Collection<Integer>, Collection<Integer>) - Method in class com.github.dannil.scbjavaclient.client.population.demography.PopulationDemographyClient
Fetch all fertility rate data which match the input constraints.
getFirstname() - Method in class com.github.dannil.scbjavaclient.model.population.name.NumberOfChildrenBornWithFirstName
Getter for firstname.
getGender() - Method in class com.github.dannil.scbjavaclient.model.population.amount.Population
Getter for gender.
getGender() - Method in class com.github.dannil.scbjavaclient.model.population.averageage.AverageAge
Getter for gender.
getGender() - Method in class com.github.dannil.scbjavaclient.model.population.demography.FertilityRate
Getter for gender.
getGender() - Method in class com.github.dannil.scbjavaclient.model.population.demography.MeanAgeFirstChild
Getter for gender.
getGender() - Method in class com.github.dannil.scbjavaclient.model.population.livebirths.LiveBirth
Getter for gender.
getInputs(String) - Method in class com.github.dannil.scbjavaclient.client.SCBClient
Fetches all the inputs for a given table from the API.
getInputs() - Method in interface com.github.dannil.scbjavaclient.format.json.IJsonTableFormat
Extracts the codes and their respective values from the JSON.
getInputs() - Method in class com.github.dannil.scbjavaclient.format.json.JsonAPITableFormat
 
getInputs() - Static method in class com.github.dannil.scbjavaclient.model.environment.landandwaterarea.Area
Get the available codes and their respective values for the area data from the API.
getInputs() - Static method in class com.github.dannil.scbjavaclient.model.population.amount.Population
Get the available codes and their respective values for the population data from the API.
getInputs() - Static method in class com.github.dannil.scbjavaclient.model.population.averageage.AverageAge
Get the available codes and their respective values for the average age data from the API.
getInputs() - Static method in class com.github.dannil.scbjavaclient.model.population.demography.FertilityRate
Get the available codes and their respective values for the fertility rate data from the API.
getInputs() - Static method in class com.github.dannil.scbjavaclient.model.population.demography.MeanAgeFirstChild
Get the available codes and their respective values for the mean age first child data from the API.
getInputs() - Static method in class com.github.dannil.scbjavaclient.model.population.density.Density
Get the available codes and their respective values for the density data from the API.
getInputs() - Static method in class com.github.dannil.scbjavaclient.model.population.livebirths.LiveBirth
Get the available codes and their respective values for the live birth data from the API.
getInputs() - Static method in class com.github.dannil.scbjavaclient.model.population.name.NumberOfChildrenBornWithFirstName
Get the available codes and their respective values for the number of children born with first name data from the API.
getInputs() - Static method in class com.github.dannil.scbjavaclient.model.population.partnership.Partnership
Get the available codes and their respective values for the partnership data from the API.
getInputs() - Static method in class com.github.dannil.scbjavaclient.model.population.partnership.PartnershipChange
Get the available codes and their respective values for the partnership data from the API.
getLiveBirths() - Method in class com.github.dannil.scbjavaclient.client.population.livebirths.PopulationLiveBirthsClient
Fetch all live births data.
getLiveBirths(Collection<String>, Collection<String>, Collection<Integer>, Collection<Integer>) - Method in class com.github.dannil.scbjavaclient.client.population.livebirths.PopulationLiveBirthsClient
Fetch all live births data which match the input constraints.
getLocale() - Method in class com.github.dannil.scbjavaclient.client.AbstractClient
Retrieves the Locale for this client instance.
getLocale() - Method in class com.github.dannil.scbjavaclient.utility.Localization
Getter for the Locale of this localization instance.
getMapper() - Method in class com.github.dannil.scbjavaclient.format.json.JsonConverter
Getter for mapper.
getMaritalStatus() - Method in class com.github.dannil.scbjavaclient.model.population.partnership.Partnership
Getter for marital status.
getMaritalStatus() - Method in class com.github.dannil.scbjavaclient.model.population.partnership.PartnershipChange
Getter for marital status.
getMeanAgeFirstChild() - Method in class com.github.dannil.scbjavaclient.client.population.demography.PopulationDemographyClient
Fetch all mean age for the first child data.
getMeanAgeFirstChild(Collection<String>, Collection<Integer>, Collection<Integer>) - Method in class com.github.dannil.scbjavaclient.client.population.demography.PopulationDemographyClient
Fetch all mean age for the first child data which match the input constraints.
getMotherAge() - Method in class com.github.dannil.scbjavaclient.model.population.livebirths.LiveBirth
Getter for mother's age.
getNumberOfChildrenBornWithFirstName() - Method in class com.github.dannil.scbjavaclient.client.population.name.PopulationNameStatisticsClient
Fetch all number of children born with first name data.
getNumberOfChildrenBornWithFirstName(Collection<String>, Collection<Integer>) - Method in class com.github.dannil.scbjavaclient.client.population.name.PopulationNameStatisticsClient
Fetch number of children born with first name data which match the input constraints.
getPartnership() - Method in class com.github.dannil.scbjavaclient.client.population.partnership.PopulationPartnershipClient
Fetch all population partnership data.
getPartnership(Collection<String>, Collection<String>, Collection<Integer>, Collection<Integer>) - Method in class com.github.dannil.scbjavaclient.client.population.partnership.PopulationPartnershipClient
Fetch all population partnership data which match the input constraints.
getPartnershipChange() - Method in class com.github.dannil.scbjavaclient.client.population.partnership.PopulationPartnershipClient
Fetch all population partnership change data.
getPartnershipChange(Collection<String>, Collection<String>, Collection<Integer>, Collection<Integer>) - Method in class com.github.dannil.scbjavaclient.client.population.partnership.PopulationPartnershipClient
Fetch all population partnership change data which match the input constraints.
getPopulation() - Method in class com.github.dannil.scbjavaclient.client.population.amount.PopulationAmountClient
Fetch all population amount data.
getPopulation(Collection<String>, Collection<String>, Collection<String>, Collection<Integer>, Collection<Integer>) - Method in class com.github.dannil.scbjavaclient.client.population.amount.PopulationAmountClient
Fetch all population amount data which match the input constraints.
getQuery() - Method in class com.github.dannil.scbjavaclient.utility.requester.POSTRequester
Getter for query.
getRawData(String) - Method in class com.github.dannil.scbjavaclient.client.SCBClient
Fetch the JSON response from the specified table.
getRawData(String, Map<String, Collection<?>>) - Method in class com.github.dannil.scbjavaclient.client.SCBClient
Fetch the JSON response from the specified table.
getRegion() - Method in class com.github.dannil.scbjavaclient.model.AbstractRegionYearAndValueModel
Getter for region.
getRegions(String) - Method in class com.github.dannil.scbjavaclient.client.AbstractClient
Returns the list of the available regions for a given table.
getRelationshipStatus() - Method in class com.github.dannil.scbjavaclient.model.population.amount.Population
Getter for relationship status.
GETRequester - Class in com.github.dannil.scbjavaclient.utility.requester
HTTP requester for GET requests.
GETRequester() - Constructor for class com.github.dannil.scbjavaclient.utility.requester.GETRequester
Default constructor.
GETRequester(Charset) - Constructor for class com.github.dannil.scbjavaclient.utility.requester.GETRequester
Overloaded constructor.
getRequester(RequestMethod) - Static method in class com.github.dannil.scbjavaclient.utility.requester.RequesterFactory
Returns a regular (non-singleton) requester which matches the method.
getRequester(RequestMethod, Charset) - Static method in class com.github.dannil.scbjavaclient.utility.requester.RequesterFactory
Returns a regular (non-singleton) requester which matches the method.
getRequester(RequestMethod) - Static method in class com.github.dannil.scbjavaclient.utility.requester.RequesterSingletonFactory
Returns a singleton requester which matches the method.
getRequester(RequestMethod, Locale, Charset) - Static method in class com.github.dannil.scbjavaclient.utility.requester.RequesterSingletonFactory
Returns a singleton requester which matches the method.
getResponse(HttpRequestBase) - Method in class com.github.dannil.scbjavaclient.utility.requester.AbstractRequester
Performs a request with the specified HttpRequest and retrieves the response as a HttpResponse.
getRootUrl() - Static method in class com.github.dannil.scbjavaclient.utility.URLUtility
Returns the root URL for the API.
getRootUrl(Locale) - Static method in class com.github.dannil.scbjavaclient.utility.URLUtility
Returns the root URL for the API for a specific Locale.
getSex() - Method in class com.github.dannil.scbjavaclient.model.population.density.Density
Getter for sex.
getSex() - Method in class com.github.dannil.scbjavaclient.model.population.partnership.Partnership
Getter for sex.
getSex() - Method in class com.github.dannil.scbjavaclient.model.population.partnership.PartnershipChange
Getter for sex.
getString(String) - Method in class com.github.dannil.scbjavaclient.utility.Localization
Returns the translation for the specified key.
getString(String, Object...) - Method in class com.github.dannil.scbjavaclient.utility.Localization
Returns a formatted translation for the specified key.
getText() - Method in class com.github.dannil.scbjavaclient.model.ValueNode
Getter for text.
getType() - Method in class com.github.dannil.scbjavaclient.model.environment.landandwaterarea.Area
Getter for type.
getUrl() - Method in class com.github.dannil.scbjavaclient.client.AbstractClient
Returns the URL endpoint which this client represents.
getUrl() - Method in class com.github.dannil.scbjavaclient.client.environment.EnvironmentClient
 
getUrl() - Method in class com.github.dannil.scbjavaclient.client.environment.landandwaterarea.EnvironmentLandAndWaterAreaClient
 
getUrl() - Method in class com.github.dannil.scbjavaclient.client.population.amount.PopulationAmountClient
 
getUrl() - Method in class com.github.dannil.scbjavaclient.client.population.averageage.PopulationAverageAgeClient
 
getUrl() - Method in class com.github.dannil.scbjavaclient.client.population.demography.PopulationDemographyClient
 
getUrl() - Method in class com.github.dannil.scbjavaclient.client.population.density.PopulationDensityClient
 
getUrl() - Method in class com.github.dannil.scbjavaclient.client.population.livebirths.PopulationLiveBirthsClient
 
getUrl() - Method in class com.github.dannil.scbjavaclient.client.population.name.PopulationNameStatisticsClient
 
getUrl() - Method in class com.github.dannil.scbjavaclient.client.population.partnership.PopulationPartnershipClient
 
getUrl() - Method in class com.github.dannil.scbjavaclient.client.population.PopulationClient
 
getValue(String) - Method in class com.github.dannil.scbjavaclient.model.AbstractValueModel
Get the value node for a specific contents code.
getValue() - Method in class com.github.dannil.scbjavaclient.model.ValueNode
Getter for value.
getValues(String) - Method in interface com.github.dannil.scbjavaclient.format.json.IJsonTableFormat
Extracts the values for a code from the JSON.
getValues(String) - Method in class com.github.dannil.scbjavaclient.format.json.JsonAPITableFormat
 
getValues() - Method in class com.github.dannil.scbjavaclient.model.AbstractValueModel
Getter for values.
getYear() - Method in class com.github.dannil.scbjavaclient.model.AbstractYearAndValueModel
Getter for year.
getYears(String) - Method in class com.github.dannil.scbjavaclient.client.AbstractClient
Returns the list of the available years for a given table.

H

hashCode() - Method in class com.github.dannil.scbjavaclient.model.AbstractRegionYearAndValueModel
 
hashCode() - Method in class com.github.dannil.scbjavaclient.model.AbstractValueModel
 
hashCode() - Method in class com.github.dannil.scbjavaclient.model.AbstractYearAndValueModel
 
hashCode() - Method in class com.github.dannil.scbjavaclient.model.environment.landandwaterarea.Area
 
hashCode() - Method in class com.github.dannil.scbjavaclient.model.population.amount.Population
 
hashCode() - Method in class com.github.dannil.scbjavaclient.model.population.averageage.AverageAge
 
hashCode() - Method in class com.github.dannil.scbjavaclient.model.population.demography.FertilityRate
 
hashCode() - Method in class com.github.dannil.scbjavaclient.model.population.demography.MeanAgeFirstChild
 
hashCode() - Method in class com.github.dannil.scbjavaclient.model.population.density.Density
 
hashCode() - Method in class com.github.dannil.scbjavaclient.model.population.livebirths.LiveBirth
 
hashCode() - Method in class com.github.dannil.scbjavaclient.model.population.name.NumberOfChildrenBornWithFirstName
 
hashCode() - Method in class com.github.dannil.scbjavaclient.model.population.partnership.Partnership
 
hashCode() - Method in class com.github.dannil.scbjavaclient.model.population.partnership.PartnershipChange
 
hashCode() - Method in class com.github.dannil.scbjavaclient.model.ValueNode
 
HttpUtility - Class in com.github.dannil.scbjavaclient.utility
Utility class for various HTTP operations.

I

IJsonResponseFormat - Interface in com.github.dannil.scbjavaclient.format.json
Interface for JSON response format.
IJsonTableFormat - Interface in com.github.dannil.scbjavaclient.format.json
Interface for JSON table format.
isFormatted() - Method in interface com.github.dannil.scbjavaclient.format.json.IJsonResponseFormat
Checks if the JSON is formatted as the specified format.
isFormatted() - Method in class com.github.dannil.scbjavaclient.format.json.JsonCustomResponseFormat
 
isQuery(JsonNode) - Static method in class com.github.dannil.scbjavaclient.validator.json.JsonValidator
Checks if the JSON is a query.
isSupportedLocale(Locale) - Static method in class com.github.dannil.scbjavaclient.client.SCBClient
Checks if the specified Locale is supported by the API.

J

JsonAPITableFormat - Class in com.github.dannil.scbjavaclient.format.json
Class which encapsulates behavior for the JSON API table format.
JsonAPITableFormat(String) - Constructor for class com.github.dannil.scbjavaclient.format.json.JsonAPITableFormat
Default constructor.
JsonConverter - Class in com.github.dannil.scbjavaclient.format.json
Class which encapsulates methods for converting JSON.
JsonConverter() - Constructor for class com.github.dannil.scbjavaclient.format.json.JsonConverter
Default constructor.
JsonCustomResponseFormat - Class in com.github.dannil.scbjavaclient.format.json
Class which encapsulates behavior for the custom JSON response format.
JsonCustomResponseFormat(String) - Constructor for class com.github.dannil.scbjavaclient.format.json.JsonCustomResponseFormat
Default constructor.
JsonValidator - Class in com.github.dannil.scbjavaclient.validator.json
Class which contains operations for validating and confirming JSON.

L

landAndWaterArea() - Method in class com.github.dannil.scbjavaclient.client.environment.EnvironmentClient
Retrieve the client for interacting with environment land and water area data.
LiveBirth - Class in com.github.dannil.scbjavaclient.model.population.livebirths
Model for live births data.
LiveBirth() - Constructor for class com.github.dannil.scbjavaclient.model.population.livebirths.LiveBirth
Default constructor.
LiveBirth(String, String, Integer, Integer, List<ValueNode<Long>>) - Constructor for class com.github.dannil.scbjavaclient.model.population.livebirths.LiveBirth
Overloaded constructor.
liveBirths() - Method in class com.github.dannil.scbjavaclient.client.population.PopulationClient
Retrieve the client for interacting with population live births data.
locale - Variable in class com.github.dannil.scbjavaclient.client.AbstractClient
 
localization - Variable in class com.github.dannil.scbjavaclient.client.AbstractClient
 
Localization - Class in com.github.dannil.scbjavaclient.utility
Class for handling localization for the clients.
Localization(Locale) - Constructor for class com.github.dannil.scbjavaclient.utility.Localization
Overloaded constructor.
LOCALIZATION_FALLBACK_LOCALE - Static variable in class com.github.dannil.scbjavaclient.constants.ClientConstants
The localization locale to use if a translation lookup fails (en, US).
LOCALIZATION_TRANSLATION_FILE_PREFIX - Static variable in class com.github.dannil.scbjavaclient.constants.ClientConstants
The prefix for the translation files.
lowerCaseFirstLetter(String) - Static method in class com.github.dannil.scbjavaclient.utility.StringUtility
Converts the first character in the String to its lower case equivalent.

M

MeanAgeFirstChild - Class in com.github.dannil.scbjavaclient.model.population.demography
Model for mean age first child data.
MeanAgeFirstChild() - Constructor for class com.github.dannil.scbjavaclient.model.population.demography.MeanAgeFirstChild
Default constructor.
MeanAgeFirstChild(String, Integer, Integer, List<ValueNode<Double>>) - Constructor for class com.github.dannil.scbjavaclient.model.population.demography.MeanAgeFirstChild
Overloaded constructor.

N

nameStatistics() - Method in class com.github.dannil.scbjavaclient.client.population.PopulationClient
Retrieve the client for interacting with population name statistic data.
NumberOfChildrenBornWithFirstName - Class in com.github.dannil.scbjavaclient.model.population.name
Model for number of children born with first name.
NumberOfChildrenBornWithFirstName() - Constructor for class com.github.dannil.scbjavaclient.model.population.name.NumberOfChildrenBornWithFirstName
Default constructor.
NumberOfChildrenBornWithFirstName(String, Integer, List<ValueNode<String>>) - Constructor for class com.github.dannil.scbjavaclient.model.population.name.NumberOfChildrenBornWithFirstName
Overloaded constructor.

P

partnership() - Method in class com.github.dannil.scbjavaclient.client.population.PopulationClient
Retrieve the client for interacting with population partnership data.
Partnership - Class in com.github.dannil.scbjavaclient.model.population.partnership
Model for partnership data.
Partnership() - Constructor for class com.github.dannil.scbjavaclient.model.population.partnership.Partnership
Default constructor.
Partnership(String, String, String, Integer, List<ValueNode<Integer>>) - Constructor for class com.github.dannil.scbjavaclient.model.population.partnership.Partnership
Overloaded constructor.
PartnershipChange - Class in com.github.dannil.scbjavaclient.model.population.partnership
Model for partnership data.
PartnershipChange() - Constructor for class com.github.dannil.scbjavaclient.model.population.partnership.PartnershipChange
Default constructor.
PartnershipChange(String, String, String, Integer, List<ValueNode<String>>) - Constructor for class com.github.dannil.scbjavaclient.model.population.partnership.PartnershipChange
Overloaded constructor.
population() - Method in class com.github.dannil.scbjavaclient.client.SCBClient
Retrieve the client for interacting with population data.
Population - Class in com.github.dannil.scbjavaclient.model.population.amount
Model for population data.
Population() - Constructor for class com.github.dannil.scbjavaclient.model.population.amount.Population
Default constructor.
Population(String, String, String, Integer, Integer, List<ValueNode<String>>) - Constructor for class com.github.dannil.scbjavaclient.model.population.amount.Population
Overloaded constructor.
PopulationAmountClient - Class in com.github.dannil.scbjavaclient.client.population.amount
Client which handles population amount data fetching.
PopulationAmountClient() - Constructor for class com.github.dannil.scbjavaclient.client.population.amount.PopulationAmountClient
Default constructor.
PopulationAmountClient(Locale) - Constructor for class com.github.dannil.scbjavaclient.client.population.amount.PopulationAmountClient
Overloaded constructor.
PopulationAverageAgeClient - Class in com.github.dannil.scbjavaclient.client.population.averageage
Client which handles population average age data fetching.
PopulationAverageAgeClient() - Constructor for class com.github.dannil.scbjavaclient.client.population.averageage.PopulationAverageAgeClient
Default constructor.
PopulationAverageAgeClient(Locale) - Constructor for class com.github.dannil.scbjavaclient.client.population.averageage.PopulationAverageAgeClient
Overloaded constructor.
PopulationClient - Class in com.github.dannil.scbjavaclient.client.population
Client which handles population data fetching.
PopulationClient() - Constructor for class com.github.dannil.scbjavaclient.client.population.PopulationClient
Default constructor.
PopulationClient(Locale) - Constructor for class com.github.dannil.scbjavaclient.client.population.PopulationClient
Overloaded constructor.
PopulationDemographyClient - Class in com.github.dannil.scbjavaclient.client.population.demography
Client which handles population demography data fetching.
PopulationDemographyClient() - Constructor for class com.github.dannil.scbjavaclient.client.population.demography.PopulationDemographyClient
Default constructor.
PopulationDemographyClient(Locale) - Constructor for class com.github.dannil.scbjavaclient.client.population.demography.PopulationDemographyClient
Overloaded constructor.
PopulationDensityClient - Class in com.github.dannil.scbjavaclient.client.population.density
Client which handles population density data fetching.
PopulationDensityClient() - Constructor for class com.github.dannil.scbjavaclient.client.population.density.PopulationDensityClient
Default constructor.
PopulationDensityClient(Locale) - Constructor for class com.github.dannil.scbjavaclient.client.population.density.PopulationDensityClient
Overloaded constructor.
PopulationLiveBirthsClient - Class in com.github.dannil.scbjavaclient.client.population.livebirths
Client which handles population live births data fetching.
PopulationLiveBirthsClient() - Constructor for class com.github.dannil.scbjavaclient.client.population.livebirths.PopulationLiveBirthsClient
Default constructor.
PopulationLiveBirthsClient(Locale) - Constructor for class com.github.dannil.scbjavaclient.client.population.livebirths.PopulationLiveBirthsClient
Overloaded constructor.
PopulationNameStatisticsClient - Class in com.github.dannil.scbjavaclient.client.population.name
Client which handles population name statistics data fetching.
PopulationNameStatisticsClient() - Constructor for class com.github.dannil.scbjavaclient.client.population.name.PopulationNameStatisticsClient
Default constructor.
PopulationNameStatisticsClient(Locale) - Constructor for class com.github.dannil.scbjavaclient.client.population.name.PopulationNameStatisticsClient
Overloaded constructor.
PopulationPartnershipClient - Class in com.github.dannil.scbjavaclient.client.population.partnership
Client which handles population partnership data fetching.
PopulationPartnershipClient() - Constructor for class com.github.dannil.scbjavaclient.client.population.partnership.PopulationPartnershipClient
Default constructor.
PopulationPartnershipClient(Locale) - Constructor for class com.github.dannil.scbjavaclient.client.population.partnership.PopulationPartnershipClient
Overloaded constructor.
post(String, String) - Method in class com.github.dannil.scbjavaclient.client.AbstractClient
Performs a POST request to the specified table.
POSTRequester - Class in com.github.dannil.scbjavaclient.utility.requester
HTTP requester for POST requests.
POSTRequester() - Constructor for class com.github.dannil.scbjavaclient.utility.requester.POSTRequester
Default constructor.
POSTRequester(Charset) - Constructor for class com.github.dannil.scbjavaclient.utility.requester.POSTRequester
Overloaded constructor.

Q

QueryBuilder - Class in com.github.dannil.scbjavaclient.utility
Class which is responsible for constructing the query which should be sent to the SCB API.

R

region - Variable in class com.github.dannil.scbjavaclient.model.AbstractRegionYearAndValueModel
 
RequesterFactory - Class in com.github.dannil.scbjavaclient.utility.requester
Factory for returning regular (non-singleton) requesters.
RequesterSingletonFactory - Class in com.github.dannil.scbjavaclient.utility.requester
Factory for returning singleton requesters.
RequestMethod - Enum in com.github.dannil.scbjavaclient.utility.requester
Enumerable which contains the HTTP methods supported by the API.
requestProperties - Variable in class com.github.dannil.scbjavaclient.utility.requester.AbstractRequester
 
ROOT_URL - Static variable in class com.github.dannil.scbjavaclient.constants.APIConstants
The default root URL of the API.

S

SCBClient - Class in com.github.dannil.scbjavaclient.client
Root client for the client hierarchy.
SCBClient() - Constructor for class com.github.dannil.scbjavaclient.client.SCBClient
Default constructor.
SCBClient(Locale) - Constructor for class com.github.dannil.scbjavaclient.client.SCBClient
Overloaded constructor.
SCBClientException - Exception in com.github.dannil.scbjavaclient.exception
Base exception for all client exceptions.
SCBClientException() - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientException
Default constructor.
SCBClientException(String) - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientException
Overloaded constructor.
SCBClientException(String, Throwable) - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientException
Overloaded constructor.
SCBClientException(Throwable) - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientException
Overloaded constructor.
SCBClientForbiddenException - Exception in com.github.dannil.scbjavaclient.exception
Exception for when the client receives a response from the API but it refuses to perform any further requests.
SCBClientForbiddenException() - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientForbiddenException
Default constructor.
SCBClientForbiddenException(String) - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientForbiddenException
Overloaded constructor.
SCBClientForbiddenException(String, Throwable) - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientForbiddenException
Overloaded constructor.
SCBClientForbiddenException(Throwable) - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientForbiddenException
Overloaded constructor.
SCBClientParsingException - Exception in com.github.dannil.scbjavaclient.exception
Exception for when the client was unable to parse information.
SCBClientParsingException() - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientParsingException
Default constructor.
SCBClientParsingException(String) - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientParsingException
Overloaded constructor.
SCBClientParsingException(String, Throwable) - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientParsingException
Overloaded constructor.
SCBClientParsingException(Throwable) - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientParsingException
Overloaded constructor.
SCBClientTooManyRequestsException - Exception in com.github.dannil.scbjavaclient.exception
Exception for when the client performed too many requests to the API.
SCBClientTooManyRequestsException() - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientTooManyRequestsException
Default constructor.
SCBClientTooManyRequestsException(String) - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientTooManyRequestsException
Overloaded constructor.
SCBClientTooManyRequestsException(String, Throwable) - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientTooManyRequestsException
Overloaded constructor.
SCBClientTooManyRequestsException(Throwable) - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientTooManyRequestsException
Overloaded constructor.
SCBClientUrlNotFoundException - Exception in com.github.dannil.scbjavaclient.exception
Exception for when the client couldn't find the requested URL.
SCBClientUrlNotFoundException() - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientUrlNotFoundException
Default constructor.
SCBClientUrlNotFoundException(String) - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientUrlNotFoundException
Overloaded constructor.
SCBClientUrlNotFoundException(String, Throwable) - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientUrlNotFoundException
Overloaded constructor.
SCBClientUrlNotFoundException(Throwable) - Constructor for exception com.github.dannil.scbjavaclient.exception.SCBClientUrlNotFoundException
Overloaded constructor.
setAge(String) - Method in class com.github.dannil.scbjavaclient.model.population.amount.Population
Setter for age.
setCharset(Charset) - Method in class com.github.dannil.scbjavaclient.utility.requester.AbstractRequester
Setter for charset.
setCode(String) - Method in class com.github.dannil.scbjavaclient.model.ValueNode
Setter for code.
setFirstname(String) - Method in class com.github.dannil.scbjavaclient.model.population.name.NumberOfChildrenBornWithFirstName
Setter for firstname.
setGender(Integer) - Method in class com.github.dannil.scbjavaclient.model.population.amount.Population
Setter for gender.
setGender(String) - Method in class com.github.dannil.scbjavaclient.model.population.averageage.AverageAge
Setter for gender.
setGender(Integer) - Method in class com.github.dannil.scbjavaclient.model.population.demography.FertilityRate
Setter for gender.
setGender(Integer) - Method in class com.github.dannil.scbjavaclient.model.population.demography.MeanAgeFirstChild
Setter for gender.
setGender(Integer) - Method in class com.github.dannil.scbjavaclient.model.population.livebirths.LiveBirth
Setter for gender.
setLocale(Locale) - Method in class com.github.dannil.scbjavaclient.client.AbstractClient
Sets the Locale for this client instance.
setLocale(Locale) - Method in class com.github.dannil.scbjavaclient.client.AbstractContainerClient
Set the Locale for all sub-clients.
setLocale(Locale) - Method in class com.github.dannil.scbjavaclient.utility.Localization
Setter for the Locale for this localization instance.
setLocalizationLocale(Locale) - Method in class com.github.dannil.scbjavaclient.client.AbstractClient
Changes the Locale used for the localization.
setMaritalStatus(String) - Method in class com.github.dannil.scbjavaclient.model.population.partnership.Partnership
Setter for marital status.
setMaritalStatus(String) - Method in class com.github.dannil.scbjavaclient.model.population.partnership.PartnershipChange
Setter for marital status.
setMotherAge(String) - Method in class com.github.dannil.scbjavaclient.model.population.livebirths.LiveBirth
Setter for mother's age.
setQuery(String) - Method in class com.github.dannil.scbjavaclient.utility.requester.POSTRequester
Setter for query.
setRegion(R) - Method in class com.github.dannil.scbjavaclient.model.AbstractRegionYearAndValueModel
Setter for region.
setRelationshipStatus(String) - Method in class com.github.dannil.scbjavaclient.model.population.amount.Population
Setter for relationship status.
setSex(String) - Method in class com.github.dannil.scbjavaclient.model.population.density.Density
Setter for sex.
setSex(String) - Method in class com.github.dannil.scbjavaclient.model.population.partnership.Partnership
Setter for sex.
setSex(String) - Method in class com.github.dannil.scbjavaclient.model.population.partnership.PartnershipChange
Setter for sex.
setText(String) - Method in class com.github.dannil.scbjavaclient.model.ValueNode
Setter for text.
setType(String) - Method in class com.github.dannil.scbjavaclient.model.environment.landandwaterarea.Area
Setter for type.
setValue(String, V) - Method in class com.github.dannil.scbjavaclient.model.AbstractValueModel
Set the value for a specific contents code.
setValue(V) - Method in class com.github.dannil.scbjavaclient.model.ValueNode
Setter for value.
setValues(List<ValueNode<V>>) - Method in class com.github.dannil.scbjavaclient.model.AbstractValueModel
Setter for values.
setYear(Y) - Method in class com.github.dannil.scbjavaclient.model.AbstractYearAndValueModel
Setter for year.
StringUtility - Class in com.github.dannil.scbjavaclient.utility
Utility class for manipulation on String objects.

T

toListOf(Class<T>) - Method in class com.github.dannil.scbjavaclient.format.json.JsonCustomResponseFormat
Converts the JSON string into a list of the specified class.
toNode(String) - Method in class com.github.dannil.scbjavaclient.format.json.JsonConverter
Parse the JSON string into a JsonNode object.
toNode(String, String) - Method in class com.github.dannil.scbjavaclient.format.json.JsonConverter
Parse the JSON string into a JsonNode object with the specified field as root field.
toString() - Method in class com.github.dannil.scbjavaclient.format.json.JsonAPITableFormat
 
toString() - Method in class com.github.dannil.scbjavaclient.format.json.JsonCustomResponseFormat
 
toString() - Method in class com.github.dannil.scbjavaclient.model.AbstractRegionYearAndValueModel
 
toString() - Method in class com.github.dannil.scbjavaclient.model.AbstractValueModel
 
toString() - Method in class com.github.dannil.scbjavaclient.model.AbstractYearAndValueModel
 
toString() - Method in class com.github.dannil.scbjavaclient.model.environment.landandwaterarea.Area
 
toString() - Method in class com.github.dannil.scbjavaclient.model.population.amount.Population
 
toString() - Method in class com.github.dannil.scbjavaclient.model.population.averageage.AverageAge
 
toString() - Method in class com.github.dannil.scbjavaclient.model.population.demography.FertilityRate
 
toString() - Method in class com.github.dannil.scbjavaclient.model.population.demography.MeanAgeFirstChild
 
toString() - Method in class com.github.dannil.scbjavaclient.model.population.density.Density
 
toString() - Method in class com.github.dannil.scbjavaclient.model.population.livebirths.LiveBirth
 
toString() - Method in class com.github.dannil.scbjavaclient.model.population.name.NumberOfChildrenBornWithFirstName
 
toString() - Method in class com.github.dannil.scbjavaclient.model.population.partnership.Partnership
 
toString() - Method in class com.github.dannil.scbjavaclient.model.population.partnership.PartnershipChange
 
toString() - Method in class com.github.dannil.scbjavaclient.model.ValueNode
 

U

URLUtility - Class in com.github.dannil.scbjavaclient.utility
Utility class which handles URL operations.

V

validateStatusCode(URI, int) - Static method in class com.github.dannil.scbjavaclient.utility.HttpUtility
Validates if the status code is a valid HTTP code.
ValueNode<V> - Class in com.github.dannil.scbjavaclient.model
Class which holds all data for a specific value.
ValueNode() - Constructor for class com.github.dannil.scbjavaclient.model.ValueNode
Default constructor.
ValueNode(V, String, String) - Constructor for class com.github.dannil.scbjavaclient.model.ValueNode
Overloaded constructor.
valueOf(String) - Static method in enum com.github.dannil.scbjavaclient.utility.requester.RequestMethod
Returns the enum constant of this type with the specified name.
values - Variable in class com.github.dannil.scbjavaclient.model.AbstractValueModel
 
values() - Static method in enum com.github.dannil.scbjavaclient.utility.requester.RequestMethod
Returns an array containing the constants of this enum type, in the order they are declared.

Y

year - Variable in class com.github.dannil.scbjavaclient.model.AbstractYearAndValueModel
 
A B C D E F G H I J L M N P Q R S T U V Y 
Skip navigation links

Copyright © 2016. All rights reserved.