Class PopulationNameClient


  • public class PopulationNameClient
    extends AbstractContainerClient

    Client which handles population name data fetching.

    Since:
    0.5.0
    • Constructor Detail

      • PopulationNameClient

        public PopulationNameClient()

        Default constructor. Initializes values and creates sub-clients.

      • PopulationNameClient

        public PopulationNameClient​(Locale locale)

        Overloaded constructor.

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

      • newborn

        public PopulationNameNewbornClient newborn()

        Retrieve the client for interacting with population name newborn data.

        Returns:
        a client for population name newborn data
      • registeredPersons

        public PopulationNameRegisteredPersonsClient registeredPersons()

        Retrieve the client for interacting with population name registered persons data.

        Returns:
        a client for population name registered persons 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