public interface IODataQuery
| Modifier and Type | Method and Description |
|---|---|
ODataQueryResult |
execute(org.apache.http.client.HttpClient providedClient)
Executes the OData query represented by this ODataQuery object.
|
ODataQueryResult |
execute(org.apache.http.client.HttpClient providedClient,
boolean isMediaRequest)
Executes the OData query represented by this ODataQuery object.
|
ODataQueryResult |
execute(String destinationName)
Executes the OData query represented by this ODataQuery object.
|
ODataQueryResult |
execute(com.sap.cloud.sdk.cloudplatform.connectivity.WithDestinationName withDestinationName)
Executes the OData query represented by this ODataQuery object.
|
String |
getMetadataQuery() |
String |
toString() |
ODataQueryResult execute(org.apache.http.client.HttpClient providedClient) throws ODataException
providedClient - custom HttpClient capable of connecting to the data sourceODataExceptionODataQueryResult execute(org.apache.http.client.HttpClient providedClient, boolean isMediaRequest) throws ODataException
providedClient - HttpClient capable of connecting to the data sourceisMediaRequest - indicates if the request is for a media resourceODataExceptionODataQueryResult execute(com.sap.cloud.sdk.cloudplatform.connectivity.WithDestinationName withDestinationName) throws ODataException
withDestinationName - ODataExceptionODataQueryResult execute(String destinationName) throws ODataException
destinationName - ODataExceptionString getMetadataQuery()
Copyright © 2020 SAP. All Rights Reserved.