Class SearchFieldLookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SearchFieldLookAndFeel
SearchFieldLookAndFeel
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSearchFieldLookAndFeel(String backgroundColor, String color) Constructs a validated instance ofSearchFieldLookAndFeel.Constructs a validated instance ofSearchFieldLookAndFeel. -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(String backgroundColor) protected booleancolor()booleaninthashCode()toString()
-
Field Details
-
backgroundColor
-
color
-
-
Constructor Details
-
SearchFieldLookAndFeel
Constructs a validated instance ofSearchFieldLookAndFeel.- Parameters:
spec- the specification to process
-
SearchFieldLookAndFeel
Constructs a validated instance ofSearchFieldLookAndFeel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SearchFieldLookAndFeel(Consumer)instead.- Parameters:
backgroundColor- backgroundColorcolor- color
-
SearchFieldLookAndFeel
protected SearchFieldLookAndFeel()
-
-
Method Details