Class HttpGetRequest

    • Constructor Detail

      • HttpGetRequest

        public HttpGetRequest​(java.lang.String url)
                       throws HelloSignException
        Constructor
        Parameters:
        url - String
        Throws:
        HelloSignException - thrown if there is a problem making the HTTP request or processing the response
      • HttpGetRequest

        public HttpGetRequest​(java.lang.String url,
                              Authentication auth)
                       throws HelloSignException
        Constructor
        Parameters:
        url - String
        auth - Authentication
        Throws:
        HelloSignException - thrown if there is a problem making the HTTP request or processing the response
      • HttpGetRequest

        public HttpGetRequest​(java.lang.String url,
                              java.util.Map<java.lang.String,​java.lang.String> parameters)
                       throws HelloSignException
        Constructor
        Parameters:
        url - String
        parameters - Map
        Throws:
        HelloSignException - thrown if there is a problem making the HTTP request or processing the response
      • HttpGetRequest

        public HttpGetRequest​(java.lang.String url,
                              java.util.Map<java.lang.String,​java.lang.String> parameters,
                              Authentication auth)
                       throws HelloSignException
        Constructor
        Parameters:
        url - String
        parameters - Map
        auth - Authentication
        Throws:
        HelloSignException - thrown the URL is empty