@Beta
public interface ODataRequestResult
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
getHeaderNames()
Get the iterable list of HTTP response header names.
|
Iterable<String> |
getHeaderValues(String headerName)
Get the iterable HTTP header values for a specific header name.
|
org.apache.http.HttpResponse |
getHttpResponse()
Get the original OData HttpResponse instance, which holds the HttpEntity and header information.
|
ODataRequestExecutable |
getODataRequest()
Get the original ODataRequestExecutable instance that was used for running the OData request.
|
@Nonnull ODataRequestExecutable getODataRequest()
@Nonnull org.apache.http.HttpResponse getHttpResponse()
@Nonnull Iterable<String> getHeaderNames()
Copyright © 2020 SAP SE. All rights reserved.