Class StreamFilter
java.lang.Object
org.graylog.plugins.views.search.filter.StreamFilter
- All Implemented Interfaces:
Filter
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.graylog.plugins.views.search.Filter
Filter.Fallback -
Field Summary
FieldsFields inherited from interface org.graylog.plugins.views.search.Filter
TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Filterstatic StreamFilter.Builderbuilder()filters()static StreamFilterabstract StringstreamId()abstract Stringabstract StreamFilter.Builderabstract Stringtype()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.plugins.views.search.Filter
withFilters
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
StreamFilter
public StreamFilter()
-
-
Method Details