public class AggregatedDataType extends DataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AggregatedDataType.FunctionEnum
Gets or Sets function
|
DataType.ViewAggregationEnum| Constructor and Description |
|---|
AggregatedDataType() |
| Modifier and Type | Method and Description |
|---|---|
AggregatedDataType |
addPathsItem(AggregationPath pathsItem) |
boolean |
equals(Object o) |
AggregatedDataType |
function(AggregatedDataType.FunctionEnum function) |
AggregatedDataType.FunctionEnum |
getFunction()
Get function
|
List<AggregationPath> |
getPaths()
Get paths
|
int |
hashCode() |
AggregatedDataType |
paths(List<AggregationPath> paths) |
void |
setFunction(AggregatedDataType.FunctionEnum function) |
void |
setPaths(List<AggregationPath> paths) |
String |
toString() |
activatedBy, getActivatedBy, getFullTextSearch, getInFacet, getInitialValue, getInView, getMandatory, getQuickSearch, getType, getViewAggregation, mandatory, putActivatedByItem, setActivatedBy, setMandatorypublic AggregatedDataType paths(List<AggregationPath> paths)
public AggregatedDataType addPathsItem(AggregationPath pathsItem)
public List<AggregationPath> getPaths()
public void setPaths(List<AggregationPath> paths)
public AggregatedDataType function(AggregatedDataType.FunctionEnum function)
public AggregatedDataType.FunctionEnum getFunction()
public void setFunction(AggregatedDataType.FunctionEnum function)
Copyright © 2019 LeanIX GmbH. All rights reserved.