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 TypeInterfaceDescriptioninterface
ComplexProperty<EntityT extends VdmObject<?>,
TargetT extends VdmComplex<?>> Interface representing a complex property ofComplexProperty
that holds a complex type ofComplexProperty
.static class
ComplexProperty.Collection<EntityT extends VdmObject<EntityT>,
ValueT extends VdmComplex<ValueT>> A collection of complex objects.static class
ComplexProperty.Single<EntityT extends VdmObject<EntityT>,
ValueT extends VdmComplex<ValueT>> A navigational property to a single other entity reference.final class
ComplexPropertyQuery<OwnerT extends VdmObject<?>,
PropertyT extends VdmComplex<?>> Implementation that represents read queries and holds their state at runtime.interface
NavigationProperty<EntityT extends VdmObject<?>,
TargetT extends VdmEntity<?>> Interface representing a navigational property ofNavigationProperty
that points towards an entity ofNavigationProperty
.static class
NavigationProperty.Collection<EntityT extends VdmObject<EntityT>,
ValueT extends VdmEntity<ValueT>> A navigational property to a Collection of another entity reference.static class
NavigationProperty.Single<EntityT extends VdmObject<EntityT>,
ValueT extends VdmEntity<ValueT>> A navigational property to a single other entity reference.class
NavigationPropertyCollection<EntityT extends VdmObject<?>,
TargetT extends VdmEntity<?>> Abstract class representing the query capabilities of a collection of structured properties ofNavigationPropertyCollection
with a type ofNavigationPropertyCollection
.final class
NavigationPropertyCollectionQuery<ParentEntityT extends VdmObject<?>,
EntityT extends VdmEntity<?>> Implementation that represents read queries and holds their state at runtime.final class
NavigationPropertySingleQuery<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 TypeClassDescriptionclass
VdmComplex<ObjectT>
Complex type in the virtual data model.class
VdmEntity<EntityT>
Base class for an OData entity.