Uses of Enum Class
org.graylog2.indexer.fieldtypes.FieldTypeDTO.Properties
Packages that use FieldTypeDTO.Properties
-
Uses of FieldTypeDTO.Properties in org.graylog2.indexer.fieldtypes
Methods in org.graylog2.indexer.fieldtypes that return FieldTypeDTO.PropertiesModifier and TypeMethodDescriptionstatic FieldTypeDTO.PropertiesReturns the enum constant of this class with the specified name.static FieldTypeDTO.Properties[]FieldTypeDTO.Properties.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog2.indexer.fieldtypes that return types with arguments of type FieldTypeDTO.PropertiesModifier and TypeMethodDescriptionabstract Set<FieldTypeDTO.Properties>FieldTypeDTO.properties()Method parameters in org.graylog2.indexer.fieldtypes with type arguments of type FieldTypeDTO.PropertiesModifier and TypeMethodDescriptionstatic FieldTypeDTOFieldTypeDTO.create(String fieldName, String physicalType, Set<FieldTypeDTO.Properties> properties) abstract FieldTypeDTO.BuilderFieldTypeDTO.Builder.properties(Set<FieldTypeDTO.Properties> properties)