Uses of Class
com.arangodb.model.CollectionSchema.Level
-
Packages that use CollectionSchema.Level Package Description com.arangodb.model -
-
Uses of CollectionSchema.Level in com.arangodb.model
Methods in com.arangodb.model that return CollectionSchema.Level Modifier and Type Method Description CollectionSchema.Level
CollectionSchema. getLevel()
static CollectionSchema.Level
CollectionSchema.Level. of(String label)
static CollectionSchema.Level
CollectionSchema.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static CollectionSchema.Level[]
CollectionSchema.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb.model with parameters of type CollectionSchema.Level Modifier and Type Method Description CollectionSchema
CollectionSchema. setLevel(CollectionSchema.Level level)
-