Uses of Class
com.arangodb.entity.arangosearch.StoreValuesType
-
Packages that use StoreValuesType Package Description com.arangodb.entity.arangosearch -
-
Uses of StoreValuesType in com.arangodb.entity.arangosearch
Methods in com.arangodb.entity.arangosearch that return StoreValuesType Modifier and Type Method Description StoreValuesTypeCollectionLink. getStoreValues()StoreValuesTypeFieldLink. getStoreValues()static StoreValuesTypeStoreValuesType. valueOf(String name)Returns the enum constant of this type with the specified name.static StoreValuesType[]StoreValuesType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb.entity.arangosearch with parameters of type StoreValuesType Modifier and Type Method Description CollectionLinkCollectionLink. storeValues(StoreValuesType storeValues)FieldLinkFieldLink. storeValues(StoreValuesType storeValues)
-