| Interface | Description |
|---|---|
| ODataRequestExecutable |
General interface for executable OData Requests.
|
| ODataRequestListener |
Consumer class for the Listener Pattern to monitor and react on OData actions.
|
| ODataRequestResult |
Generic type of an OData request result.
|
| ODataRequestResultDeserializable |
Generic type of an OData request result.
|
| ODataRequestResultMultipart |
Generic type of an OData request result.
|
| Class | Description |
|---|---|
| ODataEntityKey |
Wrapper class to hold an OData entity composite key.
|
| ODataFunctionParameters |
Wrapper class to hold function parameters.
|
| ODataGsonBuilder |
Factory class to manage GSON references.
|
| ODataRequestAction |
The executable OData action request.
|
| ODataRequestBatch |
The OData Batch request.
|
| ODataRequestBatch.Changeset |
The Changeset representation of the OData Batch operation.
|
| ODataRequestCount |
The result type of the OData Count request.
|
| ODataRequestCreate |
The executable OData create request.
|
| ODataRequestDelete |
The executable OData delete request.
|
| ODataRequestFunction |
The executable OData function request.
|
| ODataRequestGeneric |
Generic OData request class to provide default features for service requests.
|
| ODataRequestRead |
The result type of the OData Read request.
|
| ODataRequestReadByKey |
The result type of the OData read by key request.
|
| ODataRequestResultGeneric |
OData request result for reading entities.
|
| ODataRequestResultMultipartGeneric |
OData request result for reading entities.
|
| ODataRequestUpdate |
The executable OData patch update request.
|
| ODataUriFactory |
Builds up OData URLs and ensures correct encoding.
|
| Enum | Description |
|---|---|
| ETagSubmissionStrategy |
Strategy options for sending IF-MATCH headers.
|
| ODataFormat |
OData format for responses and requests.
|
| UpdateStrategy |
The strategy to use when updating existing entities.
|
Copyright © 2020 SAP SE. All rights reserved.