Uses of Class
org.apache.sling.cms.insights.Message.STYLE
-
Packages that use Message.STYLE Package Description org.apache.sling.cms.insights Support for Content Insights -
-
Uses of Message.STYLE in org.apache.sling.cms.insights
Methods in org.apache.sling.cms.insights that return Message.STYLE Modifier and Type Method Description Message.STYLE
Message. getStyle()
static Message.STYLE
Message.STYLE. valueOf(String name)
Returns the enum constant of this type with the specified name.static Message.STYLE[]
Message.STYLE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.cms.insights with parameters of type Message.STYLE Modifier and Type Method Description void
Message. setStyle(Message.STYLE style)
Constructors in org.apache.sling.cms.insights with parameters of type Message.STYLE Constructor Description Message(String text, Message.STYLE style)
-