Uses of Class
org.graylog2.rest.models.system.plugins.responses.PluginMetaDataValue
Packages that use PluginMetaDataValue
-
Uses of PluginMetaDataValue in org.graylog2.rest.models.system.plugins.responses
Methods in org.graylog2.rest.models.system.plugins.responses that return PluginMetaDataValueModifier and TypeMethodDescriptionstatic PluginMetaDataValuePluginMetaDataValue.create(String uniqueId, String name, String author, URI url, String version, String description, String requiredVersion, Set<String> requiredCapabilities) Methods in org.graylog2.rest.models.system.plugins.responses that return types with arguments of type PluginMetaDataValueMethod parameters in org.graylog2.rest.models.system.plugins.responses with type arguments of type PluginMetaDataValueModifier and TypeMethodDescriptionstatic PluginListPluginList.create(List<PluginMetaDataValue> plugins) static PluginListPluginList.create(List<PluginMetaDataValue> plugins, int total)