Package | Description |
---|---|
com.arangodb.entity | |
com.arangodb.internal.velocypack | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
CollectionValidation |
CollectionEntity.getValidation() |
Modifier and Type | Field and Description |
---|---|
static com.arangodb.velocypack.VPackSerializer<CollectionValidation> |
VPackSerializers.COLLECTION_VALIDATION |
static com.arangodb.velocypack.VPackDeserializer<CollectionValidation> |
VPackDeserializers.COLLECTION_VALIDATION |
Modifier and Type | Method and Description |
---|---|
CollectionValidation |
CollectionCreateOptions.getValidation() |
CollectionValidation |
CollectionValidation.setLevel(CollectionValidation.Level level) |
CollectionValidation |
CollectionValidation.setMessage(String message) |
CollectionValidation |
CollectionValidation.setRule(String rule) |
Modifier and Type | Method and Description |
---|---|
CollectionCreateOptions |
CollectionCreateOptions.setValidation(CollectionValidation validation) |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.