Class CdsODataRequest
java.lang.Object
com.sap.cds.adapter.odata.v2.processors.request.CdsODataRequest
- All Implemented Interfaces:
ParameterInfo
-
Constructor Summary
ConstructorsConstructorDescriptionCdsODataRequest(ODataContext odataContext, UriInfo uriInfo, String contentType, CdsRequestGlobals globals) -
Method Summary
Modifier and TypeMethodDescriptionGet the fully qualified name of the last entitygetQueryParameter(String key) booleanvoidsetBodyMap(Map<String, Object> data) Methods 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
-
Constructor Details
-
CdsODataRequest
public CdsODataRequest(ODataContext odataContext, UriInfo uriInfo, String contentType, CdsRequestGlobals globals)
-
-
Method Details
-
getLastResourceName
Get the fully qualified name of the last entity- Returns:
- fully qualified name of the last entity
-
isRawValueResourceRequest
public boolean isRawValueResourceRequest() -
getUriInfo
-
getContentType
-
setBodyMap
-
getBodyMap
-
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
-