com.microstrategy.webapi.restApi.SimpleResponseWrapper |
![]() |
This interface serves as a simplified response object. It hides the external library used.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String | getBody() | ||||||||||
abstract String | getContentType() | ||||||||||
abstract Map<String, List<String>> | getHeaders() | ||||||||||
abstract int | getStatusCode() | ||||||||||
abstract void |
setResponse(Response response)
Populate Response parameters
|
Populate Response parameters
IOException |
---|