| Package | Description |
|---|---|
| com.arangodb.entity | |
| com.arangodb.internal.velocypack | |
| com.arangodb.model |
| Modifier and Type | Method and Description |
|---|---|
static CollectionType |
CollectionType.fromType(int type) |
CollectionType |
CollectionEntity.getType() |
static CollectionType |
CollectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionType[] |
CollectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static com.arangodb.velocypack.VPackDeserializer<CollectionType> |
VPackDeserializers.COLLECTION_TYPE |
static com.arangodb.velocypack.VPackSerializer<CollectionType> |
VPackSerializers.COLLECTION_TYPE |
| Modifier and Type | Method and Description |
|---|---|
CollectionType |
CollectionCreateOptions.getType() |
| Modifier and Type | Method and Description |
|---|---|
CollectionCreateOptions |
CollectionCreateOptions.type(CollectionType type) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.