Class NavigationProperty.Collection<EntityT extends VdmObject<EntityT>,ValueT extends VdmEntity<ValueT>>

java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollection<EntityT,ValueT>
com.sap.cloud.sdk.datamodel.odatav4.core.NavigationProperty.Collection<EntityT,ValueT>
Type Parameters:
EntityT - The entity type.
ValueT - The navigable entity type.
All Implemented Interfaces:
Expressions.Operand, Expressions.OperandMultiple, Expressions.OperandSingle, FieldReference, NavigationProperty<EntityT,ValueT>, Property<EntityT>, EntityReference<EntityT>, FilterableCollection<EntityT,ValueT>
Enclosing interface:
NavigationProperty<EntityT extends VdmObject<?>,TargetT extends VdmEntity<?>>

public static class NavigationProperty.Collection<EntityT extends VdmObject<EntityT>,ValueT extends VdmEntity<ValueT>> extends NavigationPropertyCollection<EntityT,ValueT> implements NavigationProperty<EntityT,ValueT>, FilterableCollection<EntityT,ValueT>
A navigational property to a Collection of another entity reference.