public interface WebHttpResponse
Modifier and Type | Method and Description |
---|---|
static com.experian.datastudio.sdk.lib.web.WebHttpResponseConfigurationBuilder |
builder()
Returns a builder to construct a WebHttpResponse.
|
String |
getBody()
Returns the body of this response.
|
List<WebHttpHeader> |
getHeaders()
Returns the HTTP headers of this response.
|
String |
getMessage()
Returns the HTTP status message of this response.
|
WebHttpResponseStatus |
getStatus()
Returns the status of this response.
|
WebHttpResponseStatus getStatus()
String getMessage()
String getBody()
List<WebHttpHeader> getHeaders()
static com.experian.datastudio.sdk.lib.web.WebHttpResponseConfigurationBuilder builder()