Class SearchFieldLookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SearchFieldLookAndFeel
SearchFieldLookAndFeel
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.SearchFieldLookAndFeel(String backgroundColor, String color) Constructs a validated instance ofSearchFieldLookAndFeel.Constructs a validated instance ofSearchFieldLookAndFeel. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for backgroundColor.backgroundColor(String backgroundColor) Fluent setter for backgroundColor.color()Fluent getter for color.Fluent setter for color.booleanGets the value of backgroundColor.getColor()Gets the value of color.inthashCode()voidsetBackgroundColor(String backgroundColor) Sets the value of backgroundColor.voidSets the value of color.toString()
-
Field Details
-
backgroundColor
-
color
-
-
Constructor Details
-
SearchFieldLookAndFeel
Constructs a validated instance ofSearchFieldLookAndFeel.- Parameters:
spec- the specification to process
-
SearchFieldLookAndFeel
@Internal protected SearchFieldLookAndFeel()Protected no-args constructor for use by serialization frameworks. -
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
-
-
Method Details
-
backgroundColor
-
backgroundColor
Fluent setter for backgroundColor.- Parameters:
backgroundColor- backgroundColor- Returns:
- this
-
getBackgroundColor
-
setBackgroundColor
Sets the value of backgroundColor.- Parameters:
backgroundColor- backgroundColor
-
color
-
color
Fluent setter for color.- Parameters:
color- color- Returns:
- this
-
getColor
-
setColor
-
equals
-
hashCode
-
toString
-