| Package | Description |
|---|---|
| com.sap.cloud.sdk.datamodel.odata.client.expression | |
| com.sap.cloud.sdk.datamodel.odata.client.request |
| Modifier and Type | Method and Description |
|---|---|
ODataResourcePath |
ODataResourcePath.addParameterToLastSegment(AbstractODataParameters parameters)
Add a path parameter to the last segment.
|
ODataResourcePath |
ODataResourcePath.addSegment(String segment)
Add a navigation to the path.
|
ODataResourcePath |
ODataResourcePath.addSegment(String segment,
AbstractODataParameters parameters)
Add a navigation with a parameters or function or action call to the path.
|
static ODataResourcePath |
ODataResourcePath.of(String segment)
Convenience method for
new ODataResourcePath().addSegment(segment). |
static ODataResourcePath |
ODataResourcePath.of(String segment,
AbstractODataParameters segmentParameter)
Convenience method for
new ODataResourcePath().addSegment(segment, segmentParameter). |
| Modifier and Type | Field and Description |
|---|---|
protected ODataResourcePath |
ODataRequestGeneric.resourcePath
The
ODataResourcePath that identifies the OData resource to operate on. |
| Modifier and Type | Method and Description |
|---|---|
protected ODataResourcePath |
ODataRequestGeneric.getResourcePath()
The
ODataResourcePath that identifies the OData resource to operate on. |
| Constructor and Description |
|---|
ODataRequestAction(String servicePath,
ODataResourcePath actionPath,
String actionParameters,
ODataProtocol protocol)
Default constructor for OData Action request.
|
ODataRequestAction(String servicePath,
ODataResourcePath actionPath,
String actionParameters,
String encodedQuery,
ODataProtocol protocol)
Constructor with StructuredQuery for OData Function request.
|
ODataRequestCount(String servicePath,
ODataResourcePath resourcePath,
String encodedQuery,
ODataProtocol protocol)
Default constructor for OData Count request.
|
ODataRequestCount(String servicePath,
ODataResourcePath resourcePath,
StructuredQuery query)
Constructor with StructuredQuery for OData Count request.
|
ODataRequestCreate(String servicePath,
ODataResourcePath entityPath,
String serializedEntity,
ODataProtocol protocol)
Default constructor for OData Create request.
|
ODataRequestDelete(String servicePath,
ODataResourcePath entityPath,
String versionIdentifier,
ODataProtocol protocol)
Default constructor for OData delete requests.
|
ODataRequestFunction(String servicePath,
ODataResourcePath functionPath,
ODataFunctionParameters parameters,
String query,
ODataProtocol protocol)
Convenience constructor for invocations of unbound functions.
|
ODataRequestFunction(String servicePath,
ODataResourcePath functionPath,
String encodedQuery,
ODataProtocol protocol)
Default constructor for OData Function request.
|
ODataRequestFunction(String servicePath,
ODataResourcePath functionPath,
StructuredQuery structQuery)
Constructor with StructuredQuery for OData Function request.
|
ODataRequestRead(String servicePath,
ODataResourcePath entityPath,
String encodedQuery,
ODataProtocol protocol)
Default constructor for OData Read request.
|
ODataRequestRead(String servicePath,
ODataResourcePath entityPath,
StructuredQuery query)
Constructor with StructuredQuery for OData read requests on entity collections directly.
|
ODataRequestReadByKey(String servicePath,
ODataResourcePath entityPath,
ODataEntityKey entityKey,
StructuredQuery query)
Constructor with StructuredQuery for OData read requests on entity collections directly.
|
ODataRequestReadByKey(String servicePath,
ODataResourcePath entityPath,
String encodedQuery,
ODataProtocol protocol)
Default constructor for OData Read requests.
|
ODataRequestUpdate(String servicePath,
ODataResourcePath entityPath,
org.apache.http.HttpEntity httpEntity,
UpdateStrategy updateStrategy,
String versionIdentifier,
ODataProtocol protocol)
Default constructor for OData Update requests.
|
ODataRequestUpdate(String servicePath,
ODataResourcePath entityPath,
String serializedEntity,
UpdateStrategy updateStrategy,
String versionIdentifier,
ODataProtocol protocol)
Default constructor for OData Update requests.
|
Copyright © 2022 SAP SE. All rights reserved.