Interface RequestBuilder<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getUrl()
      Returns the URL that will be queried by the request
      T sendRequest()
      Send the completed request to the API, returns the response
    • Method Detail

      • getUrl

        java.lang.String getUrl()
        Returns the URL that will be queried by the request
        Returns:
        URL
      • sendRequest

        T sendRequest()
        Send the completed request to the API, returns the response
        Returns:
        appropriate Java object for this request