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
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.HeaderLookAndFeel(String backgroundColor, ButtonLookAndFeel button, NavigationLookAndFeel primaryNavigation, NavigationLookAndFeel secondaryNavigation, SearchFieldLookAndFeel search) Constructs a validated instance ofHeaderLookAndFeel.Constructs a validated instance ofHeaderLookAndFeel. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for backgroundColor.backgroundColor(String backgroundColor) Fluent setter for backgroundColor.button()Fluent getter for button.button(ButtonLookAndFeel button) Fluent setter for button.booleanGets the value of backgroundColor.Gets the value of button.Gets the value of primaryNavigation.Gets the value of search.Gets the value of secondaryNavigation.inthashCode()Fluent getter for primaryNavigation.primaryNavigation(NavigationLookAndFeel primaryNavigation) Fluent setter for primaryNavigation.search()Fluent getter for search.search(SearchFieldLookAndFeel search) Fluent setter for search.Fluent getter for secondaryNavigation.secondaryNavigation(NavigationLookAndFeel secondaryNavigation) Fluent setter for secondaryNavigation.voidsetBackgroundColor(String backgroundColor) Sets the value of backgroundColor.voidsetButton(ButtonLookAndFeel button) Sets the value of button.voidsetPrimaryNavigation(NavigationLookAndFeel primaryNavigation) Sets the value of primaryNavigation.voidsetSearch(SearchFieldLookAndFeel search) Sets the value of search.voidsetSecondaryNavigation(NavigationLookAndFeel secondaryNavigation) Sets the value of secondaryNavigation.toString()
-
Field Details
-
backgroundColor
-
button
-
search
-
-
Constructor Details
-
HeaderLookAndFeel
Constructs a validated instance ofHeaderLookAndFeel.- Parameters:
spec- the specification to process
-
HeaderLookAndFeel
@Internal protected HeaderLookAndFeel()Protected no-args constructor for use by serialization frameworks.
-
-
Method Details
-
backgroundColor
-
backgroundColor
Fluent setter for backgroundColor.- Parameters:
backgroundColor- backgroundColor- Returns:
- this
-
getBackgroundColor
-
setBackgroundColor
Sets the value of backgroundColor.- Parameters:
backgroundColor- backgroundColor
-
button
-
button
Fluent setter for button.- Parameters:
button- button- Returns:
- this
-
getButton
-
setButton
Sets the value of button.- Parameters:
button- button
-
search
-
search
Fluent setter for search.- Parameters:
search- search- Returns:
- this
-
getSearch
-
setSearch
Sets the value of search.- Parameters:
search- search
-
equals
-
hashCode
-
toString
-