public abstract class UpdateRequest extends Request
| Constructor and Description |
|---|
UpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
abstract EntityData |
getData()
Gets an EntityData object corresponding to the entity to be updated.
|
abstract <T> T |
getDataAs(Class<T> t)
Gets the POJO representation of the entity to be created.
|
abstract Map<String,Object> |
getKeys()
Gets the keys of the entity to be updated.
|
abstract Map<String,Object> |
getMapData()
Gets key-value pairs representing the properties of the entity to be updated.
|
getEntityName, getSourceEntityNamecontainsHeader, getEntityMetadata, getHeader, getHeaderNames, getHeaders, getHttpMethod, getLocale, getMessageContainer, getRequestContext, getServiceName, setServiceNamepublic abstract EntityData getData()
EntityData object that represents the entitypublic abstract Map<String,Object> getMapData()
Map containing key-value pairspublic abstract Map<String,Object> getKeys()
Map containing the keys of the entitypublic abstract <T> T getDataAs(Class<T> t) throws DataConversionException
An - exception of type com.sap.cloud.sdk.service.prov.api.exception.ConversionException
may be thrown in case of error situationDataConversionExceptionCopyright © 2020 SAP. All Rights Reserved.