Uses of Enum
com.arangodb.entity.ViewType
Packages that use ViewType
Package
Description
-
Uses of ViewType in com.arangodb
Methods in com.arangodb with parameters of type ViewTypeModifier and TypeMethodDescriptionArangoDatabase.createView(String name, ViewType type) Creates a view of the giventype, then returns view information from the server.ArangoDatabaseAsync.createView(String name, ViewType type) Asynchronous version ofArangoDatabase.createView(String, ViewType) -
Uses of ViewType in com.arangodb.entity
Methods in com.arangodb.entity that return ViewTypeModifier and TypeMethodDescriptionViewEntity.getType()static ViewTypeReturns the enum constant of this type with the specified name.static ViewType[]ViewType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.arangodb.entity with parameters of type ViewType -
Uses of ViewType in com.arangodb.model
Methods in com.arangodb.model that return ViewTypeMethods in com.arangodb.model with parameters of type ViewTypeModifier and TypeMethodDescriptionstatic ViewCreateOptionsOptionsBuilder.build(ViewCreateOptions options, String name, ViewType type) -
Uses of ViewType in com.arangodb.model.arangosearch
Methods in com.arangodb.model.arangosearch that return ViewType