Uses of Class
com.sap.cloud.sdk.datamodel.odata.client.request.ODataEntityKey
Package
Description
-
Uses of ODataEntityKey in com.sap.cloud.sdk.datamodel.odata.client.request
Modifier and TypeMethodDescriptionODataEntityKey.addKeyProperties
(Map<String, Object> properties) Add properties to the OData entity key.<PrimitiveT>
ODataEntityKeyODataEntityKey.addKeyProperty
(String propertyName, PrimitiveT value) Add an entity property to this key.static ODataEntityKey
ODataEntityKey.of
(Map<String, Object> key, ODataProtocol protocol) Create an instance ofODataEntityKey
from a generic key-value composition.ModifierConstructorDescriptionODataRequestDelete
(String servicePath, String entityName, ODataEntityKey entityKey, String versionIdentifier, ODataProtocol protocol) Convenience constructor for OData delete requests on entity collections directly.ODataRequestReadByKey
(String servicePath, ODataResourcePath entityPath, ODataEntityKey entityKey, StructuredQuery query) Constructor with StructuredQuery for OData read requests on entity collections directly.ODataRequestReadByKey
(String servicePath, String entityName, ODataEntityKey entityKey, String encodedQuery, ODataProtocol protocol) Convenience constructor for OData read requests on entity collections directly.ODataRequestUpdate
(String servicePath, String entityName, ODataEntityKey entityKey, String serializedEntity, UpdateStrategy updateStrategy, String versionIdentifier, ODataProtocol protocol) Convenience constructor for OData update requests on entity collections directly. -
Uses of ODataEntityKey in com.sap.cloud.sdk.datamodel.odatav4.core
Modifier and TypeMethodDescriptionprotected ODataEntityKey
VdmObject.getKey()
Returns the compound key of this object.