Uses of Class
com.arangodb.model.OverwriteMode
-
Packages that use OverwriteMode Package Description com.arangodb.model -
-
Uses of OverwriteMode in com.arangodb.model
Methods in com.arangodb.model that return OverwriteMode Modifier and Type Method Description OverwriteMode
DocumentCreateOptions. getOverwriteMode()
static OverwriteMode
OverwriteMode. valueOf(String name)
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 OverwriteMode Modifier and Type Method Description DocumentCreateOptions
DocumentCreateOptions. overwriteMode(OverwriteMode overwriteMode)
-