Class NavigationLookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.NavigationLookAndFeel
NavigationLookAndFeel
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.NavigationLookAndFeel(String color, String highlightColor, HoverOrFocus53690D hoverOrFocus) Constructs a validated instance ofNavigationLookAndFeel.Constructs a validated instance ofNavigationLookAndFeel. -
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(HoverOrFocus53690D hoverOrFocus) Fluent setter for hoverOrFocus.voidSets the value of color.voidsetHighlightColor(String highlightColor) Sets the value of highlightColor.voidsetHoverOrFocus(HoverOrFocus53690D hoverOrFocus) Sets the value of hoverOrFocus.toString()
-
Field Details
-
color
-
highlightColor
-
hoverOrFocus
-
-
Constructor Details
-
NavigationLookAndFeel
Constructs a validated instance ofNavigationLookAndFeel.- Parameters:
spec- the specification to process
-
NavigationLookAndFeel
@Internal protected NavigationLookAndFeel()Protected no-args constructor for use by serialization frameworks. -
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
-
-
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
-