Uses of Class
com.arangodb.entity.CollectionType
-
Packages that use CollectionType Package Description com.arangodb.entity com.arangodb.model -
-
Uses of CollectionType in com.arangodb.entity
Methods in com.arangodb.entity that return CollectionType Modifier and Type Method Description static CollectionTypeCollectionType. fromType(int type)CollectionTypeCollectionEntity. getType()static CollectionTypeCollectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CollectionType[]CollectionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CollectionType in com.arangodb.model
Methods in com.arangodb.model that return CollectionType Modifier and Type Method Description CollectionTypeCollectionCreateOptions. getType()Methods in com.arangodb.model with parameters of type CollectionType Modifier and Type Method Description CollectionCreateOptionsCollectionCreateOptions. type(CollectionType type)
-