- get(String) - Method in class com.github.dannil.scbjavaclient.client.AbstractClient
-
Performs a GET request to the specified address.
- 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.LandAndWaterAreaClient
-
Fetch all area data.
- getArea(Collection<String>, Collection<String>, Collection<Integer>) - Method in class com.github.dannil.scbjavaclient.client.environment.landandwaterarea.LandAndWaterAreaClient
-
Fetch all area 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.
- 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.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.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
-
- getCodes(String) - Static method in class com.github.dannil.scbjavaclient.utility.RequestPoster
-
- 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.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
-
- getLanguage() - Method in class com.github.dannil.scbjavaclient.utility.Localization
-
- getLiveBirths() - Method in class com.github.dannil.scbjavaclient.client.population.statistic.StatisticClient
-
Fetch all live births data.
- getLiveBirths(Collection<String>, Collection<String>, Collection<Integer>, Collection<Integer>) - Method in class com.github.dannil.scbjavaclient.client.population.statistic.StatisticClient
-
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.DemographyClient
-
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.DemographyClient
-
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.
- getPopulation() - Method in class com.github.dannil.scbjavaclient.client.population.statistic.StatisticClient
-
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.StatisticClient
-
Fetch all population data which match the input constraints.
- 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.AbstractRegionAndYearModel
-
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.
- getString(String) - Method in class com.github.dannil.scbjavaclient.utility.Localization
-
- getString(String, Object...) - Method in class com.github.dannil.scbjavaclient.utility.Localization
-
- getType() - Method in class com.github.dannil.scbjavaclient.model.environment.landandwaterarea.Area
-
Getter for type.
- getValue() - Method in class com.github.dannil.scbjavaclient.model.AbstractModel
-
Getter for value.
- getYear() - Method in class com.github.dannil.scbjavaclient.model.AbstractRegionAndYearModel
-
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.