Uses of Class
com.funnelback.plugin.docs.model.MarketplaceSubtype
-
Packages that use MarketplaceSubtype Package Description com.funnelback.plugin.docs com.funnelback.plugin.docs.model -
-
Uses of MarketplaceSubtype in com.funnelback.plugin.docs
Methods in com.funnelback.plugin.docs that return types with arguments of type MarketplaceSubtype Modifier and Type Method Description List<MarketplaceSubtype>
PluginDocsDetails. getMarketplaceSubtype()
Define a list of tags to display in documentation as meta tag "marketplace-subtype" -
Uses of MarketplaceSubtype in com.funnelback.plugin.docs.model
Methods in com.funnelback.plugin.docs.model that return MarketplaceSubtype Modifier and Type Method Description static MarketplaceSubtype
MarketplaceSubtype. valueOf(String name)
Returns the enum constant of this type with the specified name.static MarketplaceSubtype[]
MarketplaceSubtype. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-