| Package | Description |
|---|---|
| com.github.dannil.scbjavaclient.client.population.livebirths |
Package which contains all clients for population live births data.
|
| Modifier and Type | Method and Description |
|---|---|
List<LiveBirth> |
PopulationLiveBirthsClient.getLiveBirths()
Fetch all live births data.
|
List<LiveBirth> |
PopulationLiveBirthsClient.getLiveBirths(Collection<String> regions,
Collection<String> motherAges,
Collection<Integer> genders,
Collection<Integer> years)
Fetch all live births data which match the input constraints.
|
Copyright © 2017. All rights reserved.