Class HorizontalHeaderLookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.HorizontalHeaderLookAndFeel
@Generated("io.github.primelib.primecodegen")
public class HorizontalHeaderLookAndFeel
extends Object
HorizontalHeaderLookAndFeel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ButtonLookAndFeelprotected TopNavigationLookAndFeelprotected SearchFieldLookAndFeelprotected NavigationLookAndFeel -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.HorizontalHeaderLookAndFeel(String backgroundColor, ButtonLookAndFeel button, TopNavigationLookAndFeel primaryNavigation, NavigationLookAndFeel secondaryNavigation, SearchFieldLookAndFeel search) Constructs a validated instance ofHorizontalHeaderLookAndFeel.Constructs a validated instance ofHorizontalHeaderLookAndFeel. -
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(TopNavigationLookAndFeel 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(TopNavigationLookAndFeel 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
-
HorizontalHeaderLookAndFeel
Constructs a validated instance ofHorizontalHeaderLookAndFeel.- Parameters:
spec- the specification to process
-
HorizontalHeaderLookAndFeel
@Internal protected HorizontalHeaderLookAndFeel()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
-