Package 

Interface IParamsBackendService

    • Method Summary

      Modifier and Type Method Description
      abstract ParamsObject fetchParams(String appId, String subscriptionId) Retrieve the configuration parameters for the appId and optional subscriptionId.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fetchParams

         abstract ParamsObject fetchParams(String appId, String subscriptionId)

        Retrieve the configuration parameters for the appId and optional subscriptionId.

        If there is a non-successful response from the backend, a BackendException will be thrown with response data.

        Parameters:
        appId - The ID of the application to retrieve the configuration parameters for.
        subscriptionId - The ID of the subscription to retrieve the configuration parameters for.