Uses of Enum Class
org.graylog.plugins.views.search.rest.scriptingapi.response.ResponseEntryDataType
Packages that use ResponseEntryDataType
-
Uses of ResponseEntryDataType in org.graylog.plugins.views.search.rest.scriptingapi.response
Methods in org.graylog.plugins.views.search.rest.scriptingapi.response that return ResponseEntryDataTypeModifier and TypeMethodDescriptionResponseSchemaEntry.dataType()Returns the value of thedataTyperecord component.static ResponseEntryDataTypeResponseEntryDataType.fromSearchEngineType(String type) static ResponseEntryDataTypeReturns the enum constant of this class with the specified name.static ResponseEntryDataType[]ResponseEntryDataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.plugins.views.search.rest.scriptingapi.response with parameters of type ResponseEntryDataTypeModifier and TypeMethodDescriptionstatic ResponseSchemaEntryResponseSchemaEntry.field(String fieldName, ResponseEntryDataType dataType) Constructors in org.graylog.plugins.views.search.rest.scriptingapi.response with parameters of type ResponseEntryDataTypeModifierConstructorDescriptionResponseSchemaEntry(ResponseEntryType type, ResponseEntryDataType dataType, String functionName, String fieldName) Creates an instance of aResponseSchemaEntryrecord class.