| Package | Description |
|---|---|
| org.graylog2.search |
| Modifier and Type | Method and Description |
|---|---|
SearchQueryField.Type |
SearchQueryField.getFieldType() |
static SearchQueryField.Type |
SearchQueryField.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchQueryField.Type[] |
SearchQueryField.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchQueryField |
SearchQueryField.create(String dbField,
SearchQueryField.Type fieldType) |
| Constructor and Description |
|---|
SearchQueryField(String dbField,
SearchQueryField.Type fieldType) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.