Class HeaderLookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.HeaderLookAndFeel
HeaderLookAndFeel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ButtonLookAndFeelprotected NavigationLookAndFeelprotected SearchFieldLookAndFeelprotected NavigationLookAndFeel -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHeaderLookAndFeel(String backgroundColor, ButtonLookAndFeel button, NavigationLookAndFeel primaryNavigation, NavigationLookAndFeel secondaryNavigation, SearchFieldLookAndFeel search) Constructs a validated instance ofHeaderLookAndFeel.Constructs a validated instance ofHeaderLookAndFeel. -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(String backgroundColor) button()button(ButtonLookAndFeel button) protected booleanbooleaninthashCode()primaryNavigation(NavigationLookAndFeel primaryNavigation) search()search(SearchFieldLookAndFeel search) secondaryNavigation(NavigationLookAndFeel secondaryNavigation) toString()
-
Field Details
-
backgroundColor
-
button
-
search
-
-
Constructor Details
-
HeaderLookAndFeel
Constructs a validated instance ofHeaderLookAndFeel.- Parameters:
spec- the specification to process
-
HeaderLookAndFeel
protected HeaderLookAndFeel()
-
-
Method Details