Uses of Enum
com.arangodb.entity.KeyType
Packages that use KeyType
-
Uses of KeyType in com.arangodb.entity
Methods in com.arangodb.entity that return KeyTypeModifier and TypeMethodDescriptionKeyOptions.getType()
static KeyType
Returns the enum constant of this type with the specified name.static KeyType[]
KeyType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb.entity with parameters of type KeyTypeConstructors in com.arangodb.entity with parameters of type KeyTypeModifierConstructorDescriptionKeyOptions
(Boolean allowUserKeys, KeyType type, Integer increment, Integer offset) -
Uses of KeyType in com.arangodb.model
Methods in com.arangodb.model with parameters of type KeyTypeModifier and TypeMethodDescriptionCollectionCreateOptions.keyOptions
(Boolean allowUserKeys, KeyType type, Integer increment, Integer offset)