Uses of Class
com.attivio.sdk.search.fields.AggregateExpression.Method
-
Packages that use AggregateExpression.Method Package Description com.attivio.sdk.search.fields Model forFieldExpressions
applied toQueryRequests
. -
-
Uses of AggregateExpression.Method in com.attivio.sdk.search.fields
Methods in com.attivio.sdk.search.fields that return AggregateExpression.Method Modifier and Type Method Description AggregateExpression.Method
AggregateExpression. getMethod()
Get the aggregatation method to use.static AggregateExpression.Method
AggregateExpression.Method. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AggregateExpression.Method[]
AggregateExpression.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.attivio.sdk.search.fields with parameters of type AggregateExpression.Method Constructor Description AggregateExpression(AggregateExpression.Method method, FieldExpression expression)
Construct a new AggregateExpression to apply to aFieldExpression
.AggregateExpression(AggregateExpression.Method method, java.lang.String fieldName)
Construct a new AggregateExpression to apply to a field.
-