Class PricesAndConsumptionCCIClient


  • public class PricesAndConsumptionCCIClient
    extends AbstractContainerClient

    Client which handles prices and consumption construction cost index (CCI) data fetching.

    Since:
    0.4.0
    • Constructor Detail

      • PricesAndConsumptionCCIClient

        public PricesAndConsumptionCCIClient()

        Default constructor. Initializes values and creates sub-clients.

      • PricesAndConsumptionCCIClient

        public PricesAndConsumptionCCIClient​(Locale locale)

        Overloaded constructor.

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

      • fpiExcludingWage

        public PricesAndConsumptionCCIFPIExcludingWageClient fpiExcludingWage()

        Retrieve the client for interacting with prices and consumption construction cost index (CCI) factor price index (FPI) excluding wage data.

        Returns:
        a client for prices and consumption construction cost index (CCI) factor price index (FPI) excluding wage data
      • fpiIncludingWage

        public PricesAndConsumptionCCIFPIIncludingWageClient fpiIncludingWage()

        Retrieve the client for interacting with prices and consumption construction cost index (CCI) factor price index (FPI) including wage data.

        Returns:
        a client for prices and consumption construction cost index (CCI) factor price index (FPI) including wage 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