| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
EntityData.as(Class<T> t)
Returns a POJO based on EntityData
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DefaultEntityData.as(Class<T> t) |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
UpdateRequest.getDataAs(Class<T> t)
Gets the POJO representation of the entity to be created.
|
abstract <T> T |
CreateRequest.getDataAs(Class<T> t)
Gets the POJO representation of the entity to be created.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CreateRequestImpl.getDataAs(Class<T> clazz) |
<T> T |
UpdateRequestImpl.getDataAs(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
DataConversionUtility.convertToClass(Class<T> clazz,
Object data) |
Copyright © 2020 SAP. All Rights Reserved.