| Modifier and Type | Method and Description |
|---|---|
ODataQueryResult |
ODataQuery.execute(org.apache.http.client.HttpClient providedClient)
Executes the OData query represented by this ODataQuery object.
|
ODataQueryResult |
ODataQuery.execute(org.apache.http.client.HttpClient providedClient,
boolean isMediaRequest)
Executes the OData query represented by this ODataQuery object.
|
ODataQueryResult |
ODataQuery.execute(String destinationName)
Executes the OData query represented by this ODataQuery object.
|
ODataQueryResult |
ODataQuery.execute(com.sap.cloud.sdk.cloudplatform.connectivity.WithDestinationName withDestinationName)
Executes the OData query represented by this ODataQuery object.
|
| Modifier and Type | Method and Description |
|---|---|
ODataQueryResult |
IODataQuery.execute(org.apache.http.client.HttpClient providedClient)
Executes the OData query represented by this ODataQuery object.
|
ODataQueryResult |
IODataQuery.execute(org.apache.http.client.HttpClient providedClient,
boolean isMediaRequest)
Executes the OData query represented by this ODataQuery object.
|
ODataQueryResult |
IODataQuery.execute(String destinationName)
Executes the OData query represented by this ODataQuery object.
|
ODataQueryResult |
IODataQuery.execute(com.sap.cloud.sdk.cloudplatform.connectivity.WithDestinationName withDestinationName)
Executes the OData query represented by this ODataQuery object.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ODataQueryResult |
BatchQueryResult.getODataQueryResult()
Gets the response corresponding to a query request in a batch.
|
| Modifier and Type | Method and Description |
|---|---|
ODataQueryResult |
BatchQueryResultImpl.getODataQueryResult() |
Copyright © 2020 SAP. All Rights Reserved.