Uses of Record Class
org.graylog.plugins.views.search.rest.scriptingapi.response.ResponseSchemaEntry
Packages that use ResponseSchemaEntry
Package
Description
-
Uses of ResponseSchemaEntry in org.graylog.plugins.views.search.rest.scriptingapi.request
Methods in org.graylog.plugins.views.search.rest.scriptingapi.request that return types with arguments of type ResponseSchemaEntry -
Uses of ResponseSchemaEntry in org.graylog.plugins.views.search.rest.scriptingapi.response
Methods in org.graylog.plugins.views.search.rest.scriptingapi.response that return ResponseSchemaEntryModifier and TypeMethodDescriptionstatic ResponseSchemaEntryResponseSchemaEntry.field(String fieldName, ResponseEntryDataType dataType) static ResponseSchemaEntrystatic ResponseSchemaEntryMethods in org.graylog.plugins.views.search.rest.scriptingapi.response that return types with arguments of type ResponseSchemaEntryModifier and TypeMethodDescriptionTabularResponse.schema()Returns the value of theschemarecord component.Constructor parameters in org.graylog.plugins.views.search.rest.scriptingapi.response with type arguments of type ResponseSchemaEntryModifierConstructorDescriptionTabularResponse(List<ResponseSchemaEntry> schema, List<List<Object>> datarows, Metadata metadata) Creates an instance of aTabularResponserecord class.