Uses of Enum Class
org.graylog2.search.SearchQueryField.Type
Packages that use SearchQueryField.Type
-
Uses of SearchQueryField.Type in org.graylog2.rest.resources.entities
Methods in org.graylog2.rest.resources.entities that return SearchQueryField.TypeMethods in org.graylog2.rest.resources.entities with parameters of type SearchQueryField.TypeModifier and TypeMethodDescriptionabstract EntityAttribute.BuilderEntityAttribute.Builder.type(SearchQueryField.Type type) -
Uses of SearchQueryField.Type in org.graylog2.search
Fields in org.graylog2.search with type parameters of type SearchQueryField.TypeModifier and TypeFieldDescriptionstatic final Collection<SearchQueryField.Type>SearchQueryField.Type.NUMERIC_TYPESMethods in org.graylog2.search that return SearchQueryField.TypeModifier and TypeMethodDescriptionSearchQueryField.getFieldType()static SearchQueryField.TypeReturns the enum constant of this class with the specified name.static SearchQueryField.Type[]SearchQueryField.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog2.search with parameters of type SearchQueryField.TypeModifier and TypeMethodDescriptionstatic SearchQueryFieldSearchQueryField.create(String dbField, SearchQueryField.Type fieldType)