Uses of Class
de.caluga.morphium.driver.commands.WatchCommand.FullDocumentBeforeChangeEnum
-
Packages that use WatchCommand.FullDocumentBeforeChangeEnum Package Description de.caluga.morphium.driver.commands -
-
Uses of WatchCommand.FullDocumentBeforeChangeEnum in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return WatchCommand.FullDocumentBeforeChangeEnum Modifier and Type Method Description WatchCommand.FullDocumentBeforeChangeEnumWatchCommand. getFullDocumentBeforeChange()static WatchCommand.FullDocumentBeforeChangeEnumWatchCommand.FullDocumentBeforeChangeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static WatchCommand.FullDocumentBeforeChangeEnum[]WatchCommand.FullDocumentBeforeChangeEnum. 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.FullDocumentBeforeChangeEnum Modifier and Type Method Description WatchCommandWatchCommand. setFullDocumentBeforeChange(WatchCommand.FullDocumentBeforeChangeEnum fullDocumentBeforeChange)
-