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
ConstructorsModifierConstructorDescriptionprotectedHorizontalHeaderLookAndFeel(String backgroundColor, ButtonLookAndFeel button, TopNavigationLookAndFeel primaryNavigation, NavigationLookAndFeel secondaryNavigation, SearchFieldLookAndFeel search) Constructs a validated instance ofHorizontalHeaderLookAndFeel.Constructs a validated instance ofHorizontalHeaderLookAndFeel. -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(String backgroundColor) button()button(ButtonLookAndFeel button) protected booleanbooleaninthashCode()primaryNavigation(TopNavigationLookAndFeel primaryNavigation) search()search(SearchFieldLookAndFeel search) secondaryNavigation(NavigationLookAndFeel secondaryNavigation) toString()
-
Field Details
-
backgroundColor
-
button
-
search
-
-
Constructor Details
-
HorizontalHeaderLookAndFeel
Constructs a validated instance ofHorizontalHeaderLookAndFeel.- Parameters:
spec- the specification to process
-
HorizontalHeaderLookAndFeel
protected HorizontalHeaderLookAndFeel()
-
-
Method Details