Class TopNavigationLookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.TopNavigationLookAndFeel
TopNavigationLookAndFeel
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.TopNavigationLookAndFeel(String color, String highlightColor, HoverOrFocusf1C7A6 hoverOrFocus) Constructs a validated instance ofTopNavigationLookAndFeel.Constructs a validated instance ofTopNavigationLookAndFeel. -
Method Summary
Modifier and TypeMethodDescriptioncolor()Fluent getter for color.Fluent setter for color.booleangetColor()Gets the value of color.Gets the value of highlightColor.Gets the value of hoverOrFocus.inthashCode()Fluent getter for highlightColor.highlightColor(String highlightColor) Fluent setter for highlightColor.Fluent getter for hoverOrFocus.hoverOrFocus(HoverOrFocusf1C7A6 hoverOrFocus) Fluent setter for hoverOrFocus.voidSets the value of color.voidsetHighlightColor(String highlightColor) Sets the value of highlightColor.voidsetHoverOrFocus(HoverOrFocusf1C7A6 hoverOrFocus) Sets the value of hoverOrFocus.toString()
-
Field Details
-
color
-
highlightColor
-
hoverOrFocus
-
-
Constructor Details
-
TopNavigationLookAndFeel
Constructs a validated instance ofTopNavigationLookAndFeel.- Parameters:
spec- the specification to process
-
TopNavigationLookAndFeel
@Internal protected TopNavigationLookAndFeel()Protected no-args constructor for use by serialization frameworks. -
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
-
-
Method Details
-
color
-
color
Fluent setter for color.- Parameters:
color- color- Returns:
- this
-
getColor
-
setColor
-
highlightColor
-
highlightColor
Fluent setter for highlightColor.- Parameters:
highlightColor- highlightColor- Returns:
- this
-
getHighlightColor
-
setHighlightColor
Sets the value of highlightColor.- Parameters:
highlightColor- highlightColor
-
hoverOrFocus
-
hoverOrFocus
Fluent setter for hoverOrFocus.- Parameters:
hoverOrFocus- hoverOrFocus- Returns:
- this
-
getHoverOrFocus
-
setHoverOrFocus
Sets the value of hoverOrFocus.- Parameters:
hoverOrFocus- hoverOrFocus
-
equals
-
hashCode
-
toString
-