Class PivotResult.Row.Builder
java.lang.Object
org.graylog.plugins.views.search.searchtypes.pivot.PivotResult.Row.Builder
- Enclosing class:
- PivotResult.Row
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddValue(PivotResult.Value value) abstract PivotResult.Rowbuild()static PivotResult.Row.Buildercreate()abstract PivotResult.Row.Builderabstract PivotResult.Row.Builderabstract PivotResult.Row.Buildervalues(com.google.common.collect.ImmutableList<PivotResult.Value> values)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
create
-
key
-
values
public abstract PivotResult.Row.Builder values(com.google.common.collect.ImmutableList<PivotResult.Value> values) -
source
-
addValue
-
build
-