Uses of Class
de.caluga.morphium.driver.commands.WatchCommand.FullDocumentEnum
-
Packages that use WatchCommand.FullDocumentEnum Package Description de.caluga.morphium.driver.commands -
-
Uses of WatchCommand.FullDocumentEnum in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return WatchCommand.FullDocumentEnum Modifier and Type Method Description WatchCommand.FullDocumentEnumWatchCommand. getFullDocument()static WatchCommand.FullDocumentEnumWatchCommand.FullDocumentEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static WatchCommand.FullDocumentEnum[]WatchCommand.FullDocumentEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.caluga.morphium.driver.commands with parameters of type WatchCommand.FullDocumentEnum Modifier and Type Method Description WatchCommandWatchCommand. setFullDocument(WatchCommand.FullDocumentEnum fullDocument)
-