public interface ODataRequestResult
| Modifier and Type | Method and Description |
|---|---|
default Map<String,Iterable<String>> |
getAllHeaderValues()
Get all HTTP header values, grouped by the name (case insensitive) of the HTTP header.
|
default Iterable<String> |
getHeaderNames()
Get the iterable list of HTTP response header names.
|
default 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. |
ODataRequestGeneric |
getODataRequest()
Get the original
ODataRequestExecutable instance that was used for running the OData request. |
@Nonnull ODataRequestGeneric getODataRequest()
ODataRequestExecutable instance that was used for running the OData request.ODataRequestExecutable instance.@Nonnull org.apache.http.HttpResponse getHttpResponse()
HttpResponse instance, which holds the HttpEntity and header information.@Nonnull default Iterable<String> getHeaderNames()
@Nonnull default Iterable<String> getHeaderValues(@Nonnull String headerName)
headerName - The header name to look for.@Nonnull default Map<String,Iterable<String>> getAllHeaderValues()
Copyright © 2022 SAP SE. All rights reserved.