Class HoverOrFocus
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.HoverOrFocus
HoverOrFocus
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHoverOrFocus(String backgroundColor) Constructs a validated instance ofHoverOrFocus.HoverOrFocus(Consumer<HoverOrFocus> spec) Constructs a validated instance ofHoverOrFocus. -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(String backgroundColor) protected booleanbooleaninthashCode()toString()
-
Field Details
-
backgroundColor
-
-
Constructor Details
-
HoverOrFocus
Constructs a validated instance ofHoverOrFocus.- Parameters:
spec- the specification to process
-
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
-
HoverOrFocus
protected HoverOrFocus()
-
-
Method Details