- get(String) - Method in class com.github.dannil.scbjavaclient.client.AbstractClient
-
Performs a GET request to the specified URL.
- getAge() - Method in class com.github.dannil.scbjavaclient.model.population.statistic.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.statistic.PopulationStatisticsClient
-
Fetch all average age data.
- getAverageAge(Collection<String>, Collection<String>, Collection<Integer>) - Method in class com.github.dannil.scbjavaclient.client.population.statistic.PopulationStatisticsClient
-
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
-
- getCharset() - Method in class com.github.dannil.scbjavaclient.utility.requester.AbstractRequester
-
Getter for charset.
- getCodes() - Static method in class com.github.dannil.scbjavaclient.model.environment.landandwaterarea.Area
-
Get the codes for the area model from the API.
- getCodes() - Static method in class com.github.dannil.scbjavaclient.model.population.demography.FertilityRate
-
Get the codes for the fertility rate from the API.
- getCodes() - Static method in class com.github.dannil.scbjavaclient.model.population.demography.MeanAgeFirstChild
-
Get the codes for the mean age first child model from the API.
- getCodes() - Static method in class com.github.dannil.scbjavaclient.model.population.NumberOfChildrenBornWithFirstName
-
Get the codes for the number of children born with first name from the API.
- getCodes() - Static method in class com.github.dannil.scbjavaclient.model.population.statistic.AverageAge
-
Get the codes for the average age from the API.
- getCodes() - Static method in class com.github.dannil.scbjavaclient.model.population.statistic.LiveBirth
-
Get the codes for the live births from the API.
- getCodes() - Static method in class com.github.dannil.scbjavaclient.model.population.statistic.Population
-
Get the codes for the population model from the API.
- getCodes(String) - Static method in class com.github.dannil.scbjavaclient.utility.JsonUtility
-
Extracts the codes from the input.
- getCodes(String) - Static method in class com.github.dannil.scbjavaclient.utility.requester.AbstractRequester
-
Return the available codes from the specified table.
- 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.NumberOfChildrenBornWithFirstName
-
Getter for firstname.
- 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.statistic.AverageAge
-
Getter for gender.
- getGender() - Method in class com.github.dannil.scbjavaclient.model.population.statistic.LiveBirth
-
Getter for gender.
- getGender() - Method in class com.github.dannil.scbjavaclient.model.population.statistic.Population
-
Getter for gender.
- getInstance() - Static method in class com.github.dannil.scbjavaclient.utility.QueryBuilder
-
Get the instance of this class.
- getLanguage() - Method in class com.github.dannil.scbjavaclient.utility.Localization
-
Getter for the language for this localization instance.
- getLiveBirths() - Method in class com.github.dannil.scbjavaclient.client.population.statistic.PopulationStatisticsClient
-
Fetch all live births data.
- getLiveBirths(Collection<String>, Collection<String>, Collection<Integer>, Collection<Integer>) - Method in class com.github.dannil.scbjavaclient.client.population.statistic.PopulationStatisticsClient
-
Fetch all live births data which match the input constraints.
- getLocale() - Method in class com.github.dannil.scbjavaclient.client.AbstractClient
-
Retrieves the language for this Client instance.
- 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.statistic.LiveBirth
-
Getter for mother's age.
- getNode(String) - Static method in class com.github.dannil.scbjavaclient.utility.JsonUtility
-
Parse the JSON string into a JsonNode
object.
- getNode(String, String) - Static method in class com.github.dannil.scbjavaclient.utility.JsonUtility
-
Parse the JSON string into a JsonNode
object with the specified field as root field.
- 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.
- getPopulation() - Method in class com.github.dannil.scbjavaclient.client.population.statistic.PopulationStatisticsClient
-
Fetch all population data data.
- getPopulation(Collection<String>, Collection<String>, Collection<String>, Collection<Integer>, Collection<Integer>) - Method in class com.github.dannil.scbjavaclient.client.population.statistic.PopulationStatisticsClient
-
Fetch all population data which match the input constraints.
- getQuery() - Method in class com.github.dannil.scbjavaclient.utility.requester.POSTRequester
-
Getter for query.
- 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 URL.
- getRelationshipStatus() - Method in class com.github.dannil.scbjavaclient.model.population.statistic.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, 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
-
- getResponse(String) - Method in class com.github.dannil.scbjavaclient.utility.requester.AbstractRequester
-
Returns the response as a string.
- getResponse(String) - Method in class com.github.dannil.scbjavaclient.utility.requester.GETRequester
-
- getResponse(String) - Method in class com.github.dannil.scbjavaclient.utility.requester.POSTRequester
-
- 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.
- getType() - Method in class com.github.dannil.scbjavaclient.model.environment.landandwaterarea.Area
-
Getter for type.
- getValue() - Method in class com.github.dannil.scbjavaclient.model.AbstractValueModel
-
Getter for value.
- getYear() - Method in class com.github.dannil.scbjavaclient.model.AbstractRegionYearAndValueModel
-
Getter for year
- 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 URL.