public interface ODataEntryIntegrationKeyConverter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
calculateIntegrationKey(EdmEntitySet entitySet,
ODataEntry oDataEntry)
Generates a string representing the actual string values that the Alias that the
EntityType integrationKey property references.
|
ODataEntry |
calculateODataEntry(EdmEntitySet entitySet,
java.lang.String integrationKey)
Generates a OData entry representing the Alias for the EntityType integrationKey property references.
|
java.lang.String calculateIntegrationKey(EdmEntitySet entitySet,
ODataEntry oDataEntry)
throws EdmException
entitySet - - EntitySet that is being posted tooDataEntry - - represents the json that was POSTed to the EntitySetEdmExceptionODataEntry calculateODataEntry(EdmEntitySet entitySet,
java.lang.String integrationKey)
throws EdmException
entitySet - - EntitySet that is being posted tointegrationKey - - integrationKey string for the itemEdmExceptionCopyright © 2018 SAP SE. All Rights Reserved.