Uses of Enum
com.arangodb.model.DocumentImportOptions.OnDuplicate
Packages that use DocumentImportOptions.OnDuplicate
-
Uses of DocumentImportOptions.OnDuplicate in com.arangodb.model
Methods in com.arangodb.model that return DocumentImportOptions.OnDuplicateModifier and TypeMethodDescriptionDocumentImportOptions.getOnDuplicate()
Returns the enum constant of this type with the specified name.static DocumentImportOptions.OnDuplicate[]
DocumentImportOptions.OnDuplicate.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 DocumentImportOptions.OnDuplicateModifier and TypeMethodDescriptionDocumentImportOptions.onDuplicate
(DocumentImportOptions.OnDuplicate onDuplicate)