Class ResultFormat.Builder
java.lang.Object
org.graylog.plugins.views.search.export.ResultFormat.Builder
- Enclosing class:
- ResultFormat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ResultFormatbuild()static ResultFormat.Buildercreate()abstract ResultFormat.BuilderexecutionState(ExecutionState executionState) fieldsInOrder(String... fields) abstract ResultFormat.BuilderfieldsInOrder(LinkedHashSet<String> fieldsInOrder) abstract ResultFormat.Builderabstract ResultFormat.Builderabstract ResultFormat.Buildertimerange(AbsoluteRange timeRange) abstract ResultFormat.BuildertimeZone(org.joda.time.DateTimeZone timeZone)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldsInOrder
-
fieldsInOrder
-
limit
-
executionState
-
timerange
-
filename
-
timeZone
-
build
-
create
-