You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: datamodel/odata-v4/odata-v4-api-sample/src/main/java/com/sap/cloud/sdk/datamodel/odatav4/sample/namespaces/sdkgrocerystore/Receipt.java
+57-2Lines changed: 57 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,26 @@ public class Receipt extends VdmEntity<Receipt> implements VdmEntitySet
117
117
Receipt.class,
118
118
"ProductCounts",
119
119
ProductCount.class);
120
+
/**
121
+
* Constraints: Nullable
122
+
* <p>
123
+
* Original property name from the Odata EDM: <b>properties</b>
124
+
* </p>
125
+
*
126
+
* @return The properties contained in this {@link VdmEntity}.
Copy file name to clipboardExpand all lines: datamodel/odata-v4/odata-v4-generator/src/main/java/com/sap/cloud/sdk/datamodel/odatav4/generator/NamespaceClassGenerator.java
0 commit comments