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