Interface BaseController.RequestSupplier

Enclosing class:
BaseController

protected static interface BaseController.RequestSupplier
RequestSupplier.
  • Method Summary

    Modifier and Type Method Description
    HttpRequest supply()
    Supplies the HttpRequest object.
  • Method Details

    • supply

      HttpRequest supply() throws ApiException, java.io.IOException
      Supplies the HttpRequest object.
      Returns:
      An object of type HttpRequest
      Throws:
      ApiException - Represents error response from the server.
      java.io.IOException - Signals that an I/O exception of some sort has occurred.