Package com.arangodb.model
Class CollectionSchema
java.lang.Object
com.arangodb.model.CollectionSchema
- Since:
- ArangoDB 3.7
- Author:
- Michele Rastelli
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLevel()
getRule()
setLevel
(CollectionSchema.Level level) setMessage
(String message)
-
Constructor Details
-
CollectionSchema
public CollectionSchema()
-
-
Method Details
-
getRule
- Returns:
- JSON Schema description
-
setRule
-
getLevel
- Returns:
- controls when the validation will be applied
-
setLevel
-
getMessage
- Returns:
- the message that will be used when validation fails
-
setMessage
-