@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. |
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 Iterable<String> getHeaderNames()
Copyright © 2021 SAP SE. All rights reserved.