Uses of Class
com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
Package
Description
-
Uses of ODataRequestGeneric in com.sap.cloud.sdk.datamodel.odata.client.exception
Modifier and TypeMethodDescriptionODataException.getRequest()
The OData request that was attempted while this exception occurred.ModifierConstructorDescriptionODataConnectionException
(ODataRequestGeneric request, org.apache.http.client.methods.HttpUriRequest httpRequest, String message, Throwable cause) Default constructor.ODataDeserializationException
(ODataRequestGeneric request, org.apache.http.HttpResponse httpResponse, String message, Throwable cause) Default constructor.ODataException
(ODataRequestGeneric request, String message, Throwable cause) Default constructor.ODataRequestException
(ODataRequestGeneric request, String message, Throwable cause) Default constructor.ODataResponseException
(ODataRequestGeneric request, org.apache.http.HttpResponse httpResponse, String message, Throwable cause) Default constructor.ODataSerializationException
(ODataRequestGeneric request, Object nonSerializableObject, String message, Throwable cause) Default constructor.ODataServiceErrorException
(ODataRequestGeneric request, org.apache.http.HttpResponse httpResponse, String message, Throwable cause, ODataServiceError odataError) Default constructor. -
Uses of ODataRequestGeneric in com.sap.cloud.sdk.datamodel.odata.client.request
Modifier and TypeClassDescriptionclass
The executable OData action request.class
The OData Batch request.class
The result type of the OData Count request.class
The executable OData create request.class
The executable OData delete request.class
The executable OData function request.class
The result type of the OData Read request.class
The result type of the OData read by key request.class
The executable OData patch update request.Modifier and TypeMethodDescriptionODataRequestResult.getODataRequest()
Get the originalODataRequestExecutable
instance that was used for running the OData request.ODataRequestResultGeneric.getODataRequest()
ODataRequestResultPagination.getODataRequest()
Get the originalODataRequestGeneric
instance that was used for running the OData request.Modifier and TypeMethodDescriptionODataRequestResultMultipart.getResult
(ODataRequestGeneric request) Get the result from the OData batch response for a specific sub-request.ODataRequestResultMultipartGeneric.getResult
(ODataRequestGeneric request) Gets theODataRequestResultGeneric
for the givenrequest
.ModifierConstructorDescriptionODataRequestResultGeneric
(ODataRequestGeneric oDataRequest, org.apache.http.HttpResponse httpResponse) Default constructor.ODataRequestResultGeneric
(ODataRequestGeneric oDataRequest, org.apache.http.HttpResponse httpResponse, org.apache.http.client.HttpClient httpClient) Default constructor with enabled pagination. -
Uses of ODataRequestGeneric in com.sap.cloud.sdk.datamodel.odata.helper
Modifier and TypeMethodDescriptionabstract ODataRequestGeneric
FluentHelperBasic.toRequest()
Translate this OData v2 request into a OData request object extendingODataRequestGeneric
.FluentHelperFunction.toRequest()
Translate this OData v2 request into a OData request object extendingODataRequestGeneric
. -
Uses of ODataRequestGeneric in com.sap.cloud.sdk.datamodel.odatav4.core
Modifier and TypeMethodDescriptionRequestBuilder.toRequest()
Assemble a generic, untyped request object that represents the request build up via this builder.