Class ButtonLookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ButtonLookAndFeel
ButtonLookAndFeel
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedButtonLookAndFeel(String backgroundColor, String color) Constructs a validated instance ofButtonLookAndFeel.Constructs a validated instance ofButtonLookAndFeel. -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(String backgroundColor) protected booleancolor()booleaninthashCode()toString()
-
Field Details
-
backgroundColor
-
color
-
-
Constructor Details
-
ButtonLookAndFeel
Constructs a validated instance ofButtonLookAndFeel.- Parameters:
spec- the specification to process
-
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
-
ButtonLookAndFeel
protected ButtonLookAndFeel()
-
-
Method Details