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.
|
ODataRequestResultPagination |
This class provides methods to lazily iterate through the pages of an OData read request result-set.
|
Class | Description |
---|---|
AbstractODataParameters |
Abstract class to build parameter expressions for the URL path.
|
ODataEntityKey |
Fluent API class to build and hold entity keys.
|
ODataFunctionParameters |
Fluent API class to build and 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.
|
NumberDeserializationStrategy |
Number deserialization strategy to determine behavior for JSON numbers without target type references.
|
UpdateStrategy |
The strategy to use when updating existing entities.
|
Copyright © 2021 SAP SE. All rights reserved.