Uses of Enum
com.arangodb.entity.arangosearch.SearchAliasIndex.OperationType
Packages that use SearchAliasIndex.OperationType
-
Uses of SearchAliasIndex.OperationType in com.arangodb.entity.arangosearch
Methods in com.arangodb.entity.arangosearch that return SearchAliasIndex.OperationTypeModifier and TypeMethodDescriptionSearchAliasIndex.getOperation()
Returns the enum constant of this type with the specified name.static SearchAliasIndex.OperationType[]
SearchAliasIndex.OperationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.arangodb.entity.arangosearch with parameters of type SearchAliasIndex.OperationTypeModifierConstructorDescriptionSearchAliasIndex
(String collection, String index, SearchAliasIndex.OperationType operation)