Class ClientConfigBase

    • Field Detail

      • clientConfiguration

        protected Params clientConfiguration
        will be added to the request body to configure version and etc
      • requestConfiguration

        protected Params requestConfiguration
        will be added to the request body and will include session related data (ks, partnerId etc)
    • Method Detail

      • setClientConfigProperty

        public void setClientConfigProperty​(String key,
                                            String value)
      • getClientConfigProperty

        public String getClientConfigProperty​(String key)
        Parameters:
        key - property name
        Returns:
        String
      • getClientConfiguration

        public Params getClientConfiguration()
      • setRequestConfigProperty

        public void setRequestConfigProperty​(String key,
                                             String value)
      • getRequestConfigProperty

        public String getRequestConfigProperty​(String key)
        Parameters:
        key - property name
        Returns:
        String
      • getRequestConfiguration

        public Params getRequestConfiguration()