Package com.bandwidth.controllers
Interface BaseController.RequestSupplier
-
- Enclosing class:
- BaseController
protected static interface BaseController.RequestSupplier
RequestSupplier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpRequest
supply()
Supplies the HttpRequest object.
-
-
-
Method Detail
-
supply
HttpRequest supply() throws ApiException, IOException
Supplies the HttpRequest object.- Returns:
- An object of type HttpRequest
- Throws:
ApiException
- Represents error response from the server.IOException
- Signals that an I/O exception of some sort has occurred.
-
-