Uses of Record Class
com.bluebell.greenhouse.osmosis.models.symbol.SymbolRegistryEnrichmentResultEntry
Packages that use SymbolRegistryEnrichmentResultEntry
Package
Description
Symbol-specific model types for osmosis flows.
-
Uses of SymbolRegistryEnrichmentResultEntry in com.bluebell.greenhouse.osmosis.models.symbol
Methods in com.bluebell.greenhouse.osmosis.models.symbol that return types with arguments of type SymbolRegistryEnrichmentResultEntryModifier and TypeMethodDescriptionSymbolRegistryEnrichmentResult.entries()Returns the value of theentriesrecord component.Constructor parameters in com.bluebell.greenhouse.osmosis.models.symbol with type arguments of type SymbolRegistryEnrichmentResultEntryModifierConstructorDescriptionSymbolRegistryEnrichmentResult(String category, int processedCount, int updatedCount, boolean dryRun, List<SymbolRegistryEnrichmentResultEntry> entries) Creates an instance of aSymbolRegistryEnrichmentResultrecord class.