Uses of Class
com.arangodb.entity.arangosearch.SearchAliasPropertiesEntity
Packages that use SearchAliasPropertiesEntity
-
Uses of SearchAliasPropertiesEntity in com.arangodb
Methods in com.arangodb that return SearchAliasPropertiesEntityModifier and TypeMethodDescriptionSearchAlias.getProperties()Reads the properties of the specified view.SearchAlias.replaceProperties(SearchAliasPropertiesOptions options) Changes properties of the view.SearchAlias.updateProperties(SearchAliasPropertiesOptions options) Partially changes properties of the view.Methods in com.arangodb that return types with arguments of type SearchAliasPropertiesEntityModifier and TypeMethodDescriptionSearchAliasAsync.getProperties()Asynchronous version ofSearchAlias.getProperties()SearchAliasAsync.replaceProperties(SearchAliasPropertiesOptions options) Asynchronous version ofSearchAlias.replaceProperties(SearchAliasPropertiesOptions)SearchAliasAsync.updateProperties(SearchAliasPropertiesOptions options) Asynchronous version ofSearchAlias.updateProperties(SearchAliasPropertiesOptions)