Uses of Class
com.arangodb.entity.KeyType
-
Packages that use KeyType Package Description com.arangodb.entity com.arangodb.model -
-
Uses of KeyType in com.arangodb.entity
Methods in com.arangodb.entity that return KeyType Modifier and Type Method Description KeyTypeKeyOptions. getType()static KeyTypeKeyType. valueOf(String name)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 KeyType Modifier and Type Method Description voidKeyOptions. setType(KeyType type)Constructors in com.arangodb.entity with parameters of type KeyType Constructor Description KeyOptions(Boolean allowUserKeys, KeyType type, Integer increment, Integer offset) -
Uses of KeyType in com.arangodb.model
Methods in com.arangodb.model with parameters of type KeyType Modifier and Type Method Description CollectionCreateOptionsCollectionCreateOptions. keyOptions(Boolean allowUserKeys, KeyType type, Integer increment, Integer offset)
-