Uses of Class
com.arangodb.entity.arangosearch.SearchAliasIndex.OperationType
-
Packages that use SearchAliasIndex.OperationType Package Description com.arangodb.entity.arangosearch -
-
Uses of SearchAliasIndex.OperationType in com.arangodb.entity.arangosearch
Methods in com.arangodb.entity.arangosearch that return SearchAliasIndex.OperationType Modifier and Type Method Description SearchAliasIndex.OperationTypeSearchAliasIndex. getOperation()static SearchAliasIndex.OperationTypeSearchAliasIndex.OperationType. valueOf(String name)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.OperationType Constructor Description SearchAliasIndex(String collection, String index, SearchAliasIndex.OperationType operation)
-