Interface NavigationPropertyAnnotationModel
@Beta
public interface NavigationPropertyAnnotationModel
Data structure representing an OData navigation property.
-
Method Summary
Modifier and TypeMethodDescriptionName of the navigation property as defined in the OData EDM.boolean
Checks whether the relation is 1..n (one-to-many), or not.
-
Method Details
-
getEdmName
Name of the navigation property as defined in the OData EDM.- Returns:
- the OData EDM name.
-
isManyMultiplicity
boolean isManyMultiplicity()Checks whether the relation is 1..n (one-to-many), or not.- Returns:
true
if this navigation is a one-to-many relation,false
else.
-