Class EnvironmentClient


  • public class EnvironmentClient
    extends AbstractContainerClient

    Client which handles environment data fetching.

    Since:
    0.0.2
    • Constructor Detail

      • EnvironmentClient

        public EnvironmentClient()

        Default constructor. Initializes values and creates sub-clients.

      • EnvironmentClient

        public EnvironmentClient​(Locale locale)

        Overloaded constructor.

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

      • airPollutants

        public EnvironmentAirPollutantsClient airPollutants()

        Retrieve the client for interacting with environment air pollutants data.

        Returns:
        a client for environment air pollutants data
      • greenhouseGas

        public EnvironmentGreenhouseGasClient greenhouseGas()

        Retrieve the client for interacting with environment greenhouse gas data.

        Returns:
        a client for environment greenhouse gas data
      • landAndWaterArea

        public EnvironmentLandAndWaterAreaClient landAndWaterArea()

        Retrieve the client for interacting with environment land and water area data.

        Returns:
        a client for environment land and water area data
      • landUse

        public EnvironmentLandUseClient landUse()

        Retrieve the client for interacting with environment land use data.

        Returns:
        a client for environment land use data
      • packagingAndPackagingWaste

        public EnvironmentPackagingAndPackagingWasteClient packagingAndPackagingWaste()

        Retrieve the client for interacting with environment packaging and packaging waste data.

        Returns:
        a client for environment packaging and packaging waste data
      • protectedNature

        public EnvironmentProtectedNatureClient protectedNature()

        Retrieve the client for interacting with environment protected nature data.

        Returns:
        a client for environment protected nature data
      • seea

        public EnvironmentSEEAClient seea()

        Retrieve the client for interacting with environment System of Environmental-Economic Accounting (SEEA) data.

        Returns:
        a client for environment System of Environmental-Economic Accounting (SEEA) data
      • shorelineLandUse

        public EnvironmentShorelineLandUseClient shorelineLandUse()

        Retrieve the client for interacting with environment shoreline land use data.

        Returns:
        a client for environment shoreline land use data
      • smallerLocalities

        public EnvironmentSmallerLocalitiesClient smallerLocalities()

        Retrieve the client for interacting with environment smaller localities data.

        Returns:
        a client for environment smaller localities data
      • waste

        public EnvironmentWasteClient waste()

        Retrieve the client for interacting with environment waste data.

        Returns:
        a client for environment waste 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