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