public abstract class ReadRequest extends Request
| Constructor and Description |
|---|
ReadRequest() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addSelectProperties(List<String> selectProp)
Adds properties to the $select system query option.
|
abstract List<String> |
getExpandProperties()
Gets the list of properties specified in the $expand system query option.
|
abstract Map<String,Object> |
getKeys()
Gets the keys of the entity to be read.
|
abstract List<String> |
getSelectProperties()
Gets the list of properties specified in the $select system query option.
|
abstract Map<String,Object> |
getSourceKeys()
Gets the keys of the parent entity specified in a navigation.
|
getEntityName, getSourceEntityNamecontainsHeader, getEntityMetadata, getHeader, getHeaderNames, getHeaders, getHttpMethod, getLocale, getMessageContainer, getRequestContext, getServiceName, setServiceNamepublic abstract Map<String,Object> getKeys()
Map containing the keys of the entitypublic abstract Map<String,Object> getSourceKeys()
Map containing the keys of the parent entitypublic abstract List<String> getSelectProperties()
List of String objects containing the properties
specified in $select expressionpublic abstract void addSelectProperties(List<String> selectProp)
selectProp - A list of strings representing the properties to be addedpublic abstract List<String> getExpandProperties()
List of String objects containing the properties
specified in $expand expressionCopyright © 2020 SAP. All Rights Reserved.