Class HoverOrFocus
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.HoverOrFocus
HoverOrFocus
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.HoverOrFocus(String backgroundColor) Constructs a validated instance ofHoverOrFocus.HoverOrFocus(Consumer<HoverOrFocus> spec) Constructs a validated instance ofHoverOrFocus. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for backgroundColor.backgroundColor(String backgroundColor) Fluent setter for backgroundColor.booleanGets the value of backgroundColor.inthashCode()voidsetBackgroundColor(String backgroundColor) Sets the value of backgroundColor.toString()
-
Field Details
-
backgroundColor
-
-
Constructor Details
-
HoverOrFocus
Constructs a validated instance ofHoverOrFocus.- Parameters:
spec- the specification to process
-
HoverOrFocus
@Internal protected HoverOrFocus()Protected no-args constructor for use by serialization frameworks. -
HoverOrFocus
Constructs a validated instance ofHoverOrFocus.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
HoverOrFocus(Consumer)instead.- Parameters:
backgroundColor- backgroundColor
-
-
Method Details
-
backgroundColor
-
backgroundColor
Fluent setter for backgroundColor.- Parameters:
backgroundColor- backgroundColor- Returns:
- this
-
getBackgroundColor
-
setBackgroundColor
Sets the value of backgroundColor.- Parameters:
backgroundColor- backgroundColor
-
equals
-
hashCode
-
toString
-