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