Uses of Class
com.arangodb.model.CollectionSchema
-
Packages that use CollectionSchema Package Description com.arangodb.entity com.arangodb.model -
-
Uses of CollectionSchema in com.arangodb.entity
Methods in com.arangodb.entity that return CollectionSchema Modifier and Type Method Description CollectionSchema
CollectionEntity. getSchema()
-
Uses of CollectionSchema in com.arangodb.model
Methods in com.arangodb.model that return CollectionSchema Modifier and Type Method Description CollectionSchema
CollectionCreateOptions. getSchema()
CollectionSchema
CollectionPropertiesOptions. getSchema()
CollectionSchema
CollectionSchema. setLevel(CollectionSchema.Level level)
CollectionSchema
CollectionSchema. setMessage(String message)
CollectionSchema
CollectionSchema. setRule(String rule)
Methods in com.arangodb.model with parameters of type CollectionSchema Modifier and Type Method Description CollectionCreateOptions
CollectionCreateOptions. schema(CollectionSchema schema)
CollectionPropertiesOptions
CollectionPropertiesOptions. schema(CollectionSchema schema)
-