Uses of Class
com.arangodb.entity.ViewType
-
Packages that use ViewType Package Description com.arangodb com.arangodb.entity com.arangodb.model com.arangodb.model.arangosearch -
-
Uses of ViewType in com.arangodb
Methods in com.arangodb with parameters of type ViewType Modifier and Type Method Description ViewEntityArangoDatabase. createView(String name, ViewType type)Creates a view of the giventype, then returns view information from the server. -
Uses of ViewType in com.arangodb.entity
Methods in com.arangodb.entity that return ViewType Modifier and Type Method Description ViewTypeViewEntity. getType()static ViewTypeViewType. valueOf(String name)Returns 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 Constructor Description ViewEntity(String id, String name, ViewType type) -
Uses of ViewType in com.arangodb.model
Methods in com.arangodb.model that return ViewType Modifier and Type Method Description ViewTypeViewCreateOptions. getType()Methods in com.arangodb.model with parameters of type ViewType Modifier and Type Method Description static 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 Modifier and Type Method Description ViewTypeArangoSearchCreateOptions. getType()ViewTypeSearchAliasCreateOptions. getType()
-