Class ButtonLookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ButtonLookAndFeel
ButtonLookAndFeel
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.ButtonLookAndFeel(String backgroundColor, String color) Constructs a validated instance ofButtonLookAndFeel.Constructs a validated instance ofButtonLookAndFeel. -
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
-
ButtonLookAndFeel
Constructs a validated instance ofButtonLookAndFeel.- Parameters:
spec- the specification to process
-
ButtonLookAndFeel
@Internal protected ButtonLookAndFeel()Protected no-args constructor for use by serialization frameworks. -
ButtonLookAndFeel
Constructs a validated instance ofButtonLookAndFeel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ButtonLookAndFeel(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
-