Uses of Class
com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
Packages that use ODataRequestGeneric
Package
Description
-
Uses of ODataRequestGeneric in com.sap.cloud.sdk.datamodel.odata.client.exception
Methods in com.sap.cloud.sdk.datamodel.odata.client.exception that return ODataRequestGenericModifier and TypeMethodDescriptionODataException.getRequest()
The OData request that was attempted while this exception occurred.Constructors in com.sap.cloud.sdk.datamodel.odata.client.exception with parameters of type ODataRequestGenericModifierConstructorDescriptionODataConnectionException
(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
Subclasses of ODataRequestGeneric in com.sap.cloud.sdk.datamodel.odata.client.requestModifier 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.Methods in com.sap.cloud.sdk.datamodel.odata.client.request that return ODataRequestGenericModifier 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.Methods in com.sap.cloud.sdk.datamodel.odata.client.request with parameters of type ODataRequestGenericModifier 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
.Constructors in com.sap.cloud.sdk.datamodel.odata.client.request with parameters of type ODataRequestGenericModifierConstructorDescriptionODataRequestResultGeneric
(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
Methods in com.sap.cloud.sdk.datamodel.odata.helper that return ODataRequestGenericModifier 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
Methods in com.sap.cloud.sdk.datamodel.odatav4.core that return ODataRequestGenericModifier and TypeMethodDescriptionRequestBuilder.toRequest()
Assemble a generic, untyped request object that represents the request build up via this builder.