Uses of Enum
com.arangodb.model.OverwriteMode
Packages that use OverwriteMode
-
Uses of OverwriteMode in com.arangodb.model
Methods in com.arangodb.model that return OverwriteModeModifier and TypeMethodDescriptionDocumentCreateOptions.getOverwriteMode()
static OverwriteMode
Returns the enum constant of this type with the specified name.static OverwriteMode[]
OverwriteMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb.model with parameters of type OverwriteModeModifier and TypeMethodDescriptionDocumentCreateOptions.overwriteMode
(OverwriteMode overwriteMode)