Class OrFilter
java.lang.Object
org.graylog.plugins.views.search.filter.OrFilter
- 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 OrFilter.Builderbuilder()filters()static OrFilterabstract OrFilter.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
-
OrFilter
public OrFilter()
-
-
Method Details