Interface ResourceRequest<T>

    • Method Detail

      • call

        T call()
        Executes the request and parse the response content in the specified format. Throws a ClientWebException in case the HTTP response status is not 20x.
        Specified by:
        call in interface Callable<T>