Skip to content

Commit aa9688e

Browse files
authored
Add JavaDoc to NamespaceType. (#1754)
JAVA-5769
1 parent b08097e commit aa9688e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

driver-core/src/main/com/mongodb/client/model/changestream/NamespaceType.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,17 @@
2929
* @mongodb.server.release 8.1
3030
*/
3131
public enum NamespaceType {
32+
/**
33+
* The collection namespace type.
34+
*/
3235
COLLECTION("collection"),
36+
/**
37+
* The timeseries namespace type.
38+
*/
3339
TIMESERIES("timeseries"),
40+
/**
41+
* The view namespace type.
42+
*/
3443
VIEW("view"),
3544
/**
3645
* The other namespace type.

0 commit comments

Comments
 (0)