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 CollectionSchemaCollectionEntity. getSchema() -
Uses of CollectionSchema in com.arangodb.model
Methods in com.arangodb.model that return CollectionSchema Modifier and Type Method Description CollectionSchemaCollectionCreateOptions. getSchema()CollectionSchemaCollectionPropertiesOptions. getSchema()CollectionSchemaCollectionSchema. setLevel(CollectionSchema.Level level)CollectionSchemaCollectionSchema. setMessage(String message)CollectionSchemaCollectionSchema. setRule(String rule)Methods in com.arangodb.model with parameters of type CollectionSchema Modifier and Type Method Description CollectionCreateOptionsCollectionCreateOptions. schema(CollectionSchema schema)CollectionPropertiesOptionsCollectionPropertiesOptions. schema(CollectionSchema schema)
-