Uses of Class
com.arangodb.model.ComputedValue
-
Packages that use ComputedValue Package Description com.arangodb.entity com.arangodb.model -
-
Uses of ComputedValue in com.arangodb.entity
Methods in com.arangodb.entity that return types with arguments of type ComputedValue Modifier and Type Method Description List<ComputedValue>CollectionEntity. getComputedValues() -
Uses of ComputedValue in com.arangodb.model
Methods in com.arangodb.model that return ComputedValue Modifier and Type Method Description ComputedValueComputedValue. computeOn(ComputedValue.ComputeOn... computeOn)ComputedValueComputedValue. expression(String expression)ComputedValueComputedValue. failOnWarning(Boolean failOnWarning)ComputedValueComputedValue. keepNull(Boolean keepNull)ComputedValueComputedValue. name(String name)ComputedValueComputedValue. overwrite(Boolean overwrite)Methods in com.arangodb.model that return types with arguments of type ComputedValue Modifier and Type Method Description List<ComputedValue>CollectionCreateOptions. getComputedValues()List<ComputedValue>CollectionPropertiesOptions. getComputedValues()Methods in com.arangodb.model with parameters of type ComputedValue Modifier and Type Method Description CollectionCreateOptionsCollectionCreateOptions. computedValues(ComputedValue... computedValues)CollectionPropertiesOptionsCollectionPropertiesOptions. computedValues(ComputedValue... computedValues)
-