Uses of Record Class
org.graylog.plugins.views.search.rest.scriptingapi.response.Metadata
Packages that use Metadata
-
Uses of Metadata in org.graylog.plugins.views.search.rest.scriptingapi.response
Methods in org.graylog.plugins.views.search.rest.scriptingapi.response that return MetadataModifier and TypeMethodDescriptionTabularResponse.metadata()Returns the value of themetadatarecord component.Constructors in org.graylog.plugins.views.search.rest.scriptingapi.response with parameters of type MetadataModifierConstructorDescriptionTabularResponse(List<ResponseSchemaEntry> schema, List<List<Object>> datarows, Metadata metadata) Creates an instance of aTabularResponserecord class.