Uses of Class
org.graylog2.rest.models.system.contentpacks.responses.ContentPackMetadata
Packages that use ContentPackMetadata
Package
Description
-
Uses of ContentPackMetadata in org.graylog2.contentpacks
Methods in org.graylog2.contentpacks that return types with arguments of type ContentPackMetadataModifier and TypeMethodDescriptionContentPackInstallationPersistenceService.getInstallationMetadata(Set<ModelId> ids) -
Uses of ContentPackMetadata in org.graylog2.rest.models.system.contentpacks.responses
Methods in org.graylog2.rest.models.system.contentpacks.responses that return ContentPackMetadataModifier and TypeMethodDescriptionstatic ContentPackMetadataContentPackMetadata.create(int installationCount) Methods in org.graylog2.rest.models.system.contentpacks.responses that return types with arguments of type ContentPackMetadataModifier and TypeMethodDescriptionabstract Map<ModelId,Map<Integer, ContentPackMetadata>> ContentPackList.contentPacksMetadata()Method parameters in org.graylog2.rest.models.system.contentpacks.responses with type arguments of type ContentPackMetadataModifier and TypeMethodDescriptionstatic ContentPackListContentPackList.create(long total, Set<ContentPack> contentPacks, Map<ModelId, Map<Integer, ContentPackMetadata>> contentPacksMetadata)