Class MenusLookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.MenusLookAndFeel
MenusLookAndFeel
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.MenusLookAndFeel(HoverOrFocus hoverOrFocus, String color) Constructs a validated instance ofMenusLookAndFeel.Constructs a validated instance ofMenusLookAndFeel. -
Method Summary
Modifier and TypeMethodDescriptioncolor()Fluent getter for color.Fluent setter for color.booleangetColor()Gets the value of color.Gets the value of hoverOrFocus.inthashCode()Fluent getter for hoverOrFocus.hoverOrFocus(HoverOrFocus hoverOrFocus) Fluent setter for hoverOrFocus.voidSets the value of color.voidsetHoverOrFocus(HoverOrFocus hoverOrFocus) Sets the value of hoverOrFocus.toString()
-
Field Details
-
hoverOrFocus
-
color
-
-
Constructor Details
-
MenusLookAndFeel
Constructs a validated instance ofMenusLookAndFeel.- Parameters:
spec- the specification to process
-
MenusLookAndFeel
@Internal protected MenusLookAndFeel()Protected no-args constructor for use by serialization frameworks. -
MenusLookAndFeel
Constructs a validated instance ofMenusLookAndFeel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
MenusLookAndFeel(Consumer)instead.- Parameters:
hoverOrFocus- hoverOrFocuscolor- color
-
-
Method Details
-
hoverOrFocus
-
hoverOrFocus
Fluent setter for hoverOrFocus.- Parameters:
hoverOrFocus- hoverOrFocus- Returns:
- this
-
getHoverOrFocus
-
setHoverOrFocus
Sets the value of hoverOrFocus.- Parameters:
hoverOrFocus- hoverOrFocus
-
color
-
color
Fluent setter for color.- Parameters:
color- color- Returns:
- this
-
getColor
-
setColor
-
equals
-
hashCode
-
toString
-