Class CdsODataRequest
java.lang.Object
com.sap.cds.adapter.odata.v4.processors.request.CdsODataRequest
- All Implemented Interfaces:
ParameterInfo
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCdsODataRequest(ODataRequest odataRequest, UriInfo uriInfo, ContentType requestFormat, CdsRequestGlobals globals) -
Method Summary
Modifier and TypeMethodDescriptioncom.sap.cds.reflect.CdsEntitygetLastEntityResource(boolean includeContainment) getQueryParameter(String key) booleanhasApply()booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cds.services.request.ParameterInfo
copy
-
Field Details
-
DELTA
- See Also:
-
DELTA_DELETE
- See Also:
-
DELTA_UPSERT
- See Also:
-
-
Constructor Details
-
CdsODataRequest
public CdsODataRequest(ODataRequest odataRequest, UriInfo uriInfo, ContentType requestFormat, CdsRequestGlobals globals)
-
-
Method Details
-
getODataRequest
-
getUriInfo
-
getLastResource
-
getLastTypedResource
-
getLastEntityResource
-
getLastEntity
public com.sap.cds.reflect.CdsEntity getLastEntity() -
getBodyMap
-
isDeltaCollection
public boolean isDeltaCollection() -
getResponseType
-
getReturnPreference
-
hasApply
public boolean hasApply() -
getCorrelationId
- Specified by:
getCorrelationIdin interfaceParameterInfo
-
getHeader
- Specified by:
getHeaderin interfaceParameterInfo
-
getHeaders
- Specified by:
getHeadersin interfaceParameterInfo
-
getQueryParameter
- Specified by:
getQueryParameterin interfaceParameterInfo
-
getQueryParams
- Specified by:
getQueryParamsin interfaceParameterInfo
-
getLocale
- Specified by:
getLocalein interfaceParameterInfo
-
getValidFrom
- Specified by:
getValidFromin interfaceParameterInfo
-
getValidTo
- Specified by:
getValidToin interfaceParameterInfo
-