| Package | Description |
|---|---|
| org.graylog2.indexer.fieldtypes |
| Modifier and Type | Method and Description |
|---|---|
static FieldTypeDTO.Properties |
FieldTypeDTO.Properties.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldTypeDTO.Properties[] |
FieldTypeDTO.Properties.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Set<FieldTypeDTO.Properties> |
FieldTypeDTO.properties() |
| Modifier and Type | Method and Description |
|---|---|
static FieldTypeDTO |
FieldTypeDTO.create(String fieldName,
String physicalType,
Set<FieldTypeDTO.Properties> properties) |
abstract FieldTypeDTO.Builder |
FieldTypeDTO.Builder.properties(Set<FieldTypeDTO.Properties> properties) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.