We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7a53b commit cbb3f7aCopy full SHA for cbb3f7a
1 file changed
src/main/java/com/contentstack/utils/embedded/ItemType.java
@@ -0,0 +1,9 @@
1
+package com.contentstack.utils.embedded;
2
+
3
+/**
4
+ * ItemType: there are two types of Item
5
+ * Which is ENTRY and ASSET
6
+ */
7
+public enum ItemType {
8
+ ENTRY, ASSET
9
+}
0 commit comments