Class PopulationProjectionsClient


  • public class PopulationProjectionsClient
    extends AbstractContainerClient

    Client which handles population projections data fetching.

    Since:
    0.3.0
    • Constructor Detail

      • PopulationProjectionsClient

        public PopulationProjectionsClient()

        Default constructor. Initializes values and creates sub-clients.

      • PopulationProjectionsClient

        public PopulationProjectionsClient​(Locale locale)

        Overloaded constructor.

        Parameters:
        locale - the Locale for this client
    • Method Detail

      • latestAssumptions

        public PopulationProjectionsLatestAssumptionsClient latestAssumptions()

        Retrieve the client for interacting with population projections latest assumptions data.

        Returns:
        a client for population projections latest assumptions data
      • latestProjections

        public PopulationProjectionsLatestProjectionsClient latestProjections()

        Retrieve the client for interacting with population projections latest projections data.

        Returns:
        a client for population projections latest projections data
      • getUrl

        public URLEndpoint getUrl()
        Description copied from class: AbstractClient

        Returns the URL endpoint which this client represents.

        Specified by:
        getUrl in class AbstractClient
        Returns:
        the URL endpoint for this client