public class CdsODataRequest extends Object implements ParameterInfo
| Constructor and Description |
|---|
CdsODataRequest(ODataContext odataContext,
UriInfo uriInfo,
String contentType,
CdsRequestGlobals globals) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getBodyMap() |
String |
getContentType() |
String |
getHeader(String id) |
Map<String,String> |
getHeaders() |
String |
getLastResourceName()
Get the fully qualified name of the last entity
|
Locale |
getLocale() |
String |
getQueryParameter(String key) |
Stream<String> |
getQueryParameters() |
Map<String,String> |
getQueryParams() |
UriInfo |
getUriInfo() |
Instant |
getValidFrom() |
Instant |
getValidTo() |
void |
setBodyMap(Map<String,Object> data) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopy, createpublic CdsODataRequest(ODataContext odataContext, UriInfo uriInfo, String contentType, CdsRequestGlobals globals)
public String getLastResourceName()
public UriInfo getUriInfo()
public String getContentType()
public String getHeader(String id)
getHeader in interface ParameterInfopublic Map<String,String> getHeaders()
getHeaders in interface ParameterInfopublic String getQueryParameter(String key)
getQueryParameter in interface ParameterInfopublic Map<String,String> getQueryParams()
getQueryParams in interface ParameterInfopublic Stream<String> getQueryParameters()
getQueryParameters in interface ParameterInfopublic Locale getLocale()
getLocale in interface ParameterInfopublic Instant getValidFrom()
getValidFrom in interface ParameterInfopublic Instant getValidTo()
getValidTo in interface ParameterInfoCopyright © 2021. All rights reserved.