Uses of Class
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
Packages that use VdmObject
Package
Description
-
Uses of VdmObject in com.sap.cloud.sdk.datamodel.odatav4.adapter
Methods in com.sap.cloud.sdk.datamodel.odatav4.adapter that return VdmObjectModifier and TypeMethodDescriptionVdmObject<?>JacksonVdmObjectDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt) GsonVdmEntityAdapter.read(com.google.gson.stream.JsonReader jsonReader) For internal use only by data model classes.Methods in com.sap.cloud.sdk.datamodel.odatav4.adapter with parameters of type VdmObject -
Uses of VdmObject in com.sap.cloud.sdk.datamodel.odatav4.core
Classes in com.sap.cloud.sdk.datamodel.odatav4.core with type parameters of type VdmObjectModifier and TypeInterfaceDescriptioninterfaceComplexProperty<EntityT extends VdmObject<?>,TargetT extends VdmComplex<?>> Interface representing a complex property ofComplexPropertythat holds a complex type ofComplexProperty.static classComplexProperty.Collection<EntityT extends VdmObject<EntityT>,ValueT extends VdmComplex<ValueT>> A collection of complex objects.static classComplexProperty.Single<EntityT extends VdmObject<EntityT>,ValueT extends VdmComplex<ValueT>> A navigational property to a single other entity reference.final classComplexPropertyQuery<OwnerT extends VdmObject<?>,PropertyT extends VdmComplex<?>> Implementation that represents read queries and holds their state at runtime.interfaceNavigationProperty<EntityT extends VdmObject<?>,TargetT extends VdmEntity<?>> Interface representing a navigational property ofNavigationPropertythat points towards an entity ofNavigationProperty.static classNavigationProperty.Collection<EntityT extends VdmObject<EntityT>,ValueT extends VdmEntity<ValueT>> A navigational property to a Collection of another entity reference.static classNavigationProperty.Single<EntityT extends VdmObject<EntityT>,ValueT extends VdmEntity<ValueT>> A navigational property to a single other entity reference.classNavigationPropertyCollection<EntityT extends VdmObject<?>,TargetT extends VdmEntity<?>> Abstract class representing the query capabilities of a collection of structured properties ofNavigationPropertyCollectionwith a type ofNavigationPropertyCollection.final classNavigationPropertyCollectionQuery<ParentEntityT extends VdmObject<?>,EntityT extends VdmEntity<?>> Implementation that represents read queries and holds their state at runtime.final classNavigationPropertySingleQuery<ParentEntityT extends VdmObject<?>,EntityT extends VdmEntity<?>> Implementation that represents read queries and holds their state at runtime.Subclasses of VdmObject in com.sap.cloud.sdk.datamodel.odatav4.coreModifier and TypeClassDescriptionclassVdmComplex<ObjectT>Complex type in the virtual data model.classVdmEntity<EntityT>Base class for an OData entity.