Class TopNavigationLookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.TopNavigationLookAndFeel
TopNavigationLookAndFeel
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTopNavigationLookAndFeel(String color, String highlightColor, HoverOrFocusf1C7A6 hoverOrFocus) Constructs a validated instance ofTopNavigationLookAndFeel.Constructs a validated instance ofTopNavigationLookAndFeel. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancolor()booleaninthashCode()highlightColor(String highlightColor) hoverOrFocus(HoverOrFocusf1C7A6 hoverOrFocus) toString()
-
Field Details
-
color
-
highlightColor
-
hoverOrFocus
-
-
Constructor Details
-
TopNavigationLookAndFeel
Constructs a validated instance ofTopNavigationLookAndFeel.- Parameters:
spec- the specification to process
-
TopNavigationLookAndFeel
@Internal public TopNavigationLookAndFeel(String color, String highlightColor, HoverOrFocusf1C7A6 hoverOrFocus) Constructs a validated instance ofTopNavigationLookAndFeel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
TopNavigationLookAndFeel(Consumer)instead.- Parameters:
color- colorhighlightColor- highlightColorhoverOrFocus- hoverOrFocus
-
TopNavigationLookAndFeel
protected TopNavigationLookAndFeel()
-
-
Method Details