Class MenusLookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.MenusLookAndFeel
MenusLookAndFeel
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMenusLookAndFeel(HoverOrFocus hoverOrFocus, String color) Constructs a validated instance ofMenusLookAndFeel.Constructs a validated instance ofMenusLookAndFeel. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancolor()booleaninthashCode()hoverOrFocus(HoverOrFocus hoverOrFocus) toString()
-
Field Details
-
hoverOrFocus
-
color
-
-
Constructor Details
-
MenusLookAndFeel
Constructs a validated instance ofMenusLookAndFeel.- Parameters:
spec- the specification to process
-
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
-
MenusLookAndFeel
protected MenusLookAndFeel()
-
-
Method Details