Class ContainerLookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContainerLookAndFeel
ContainerLookAndFeel
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.ContainerLookAndFeel(String background, String backgroundAttachment, String backgroundBlendMode, String backgroundClip, String backgroundColor, String backgroundImage, String backgroundOrigin, String backgroundPosition, String backgroundRepeat, String backgroundSize, String padding, String borderRadius) Constructs a validated instance ofContainerLookAndFeel.Constructs a validated instance ofContainerLookAndFeel. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for background.background(String background) Fluent setter for background.Fluent getter for backgroundAttachment.backgroundAttachment(String backgroundAttachment) Fluent setter for backgroundAttachment.Fluent getter for backgroundBlendMode.backgroundBlendMode(String backgroundBlendMode) Fluent setter for backgroundBlendMode.Fluent getter for backgroundClip.backgroundClip(String backgroundClip) Fluent setter for backgroundClip.Fluent getter for backgroundColor.backgroundColor(String backgroundColor) Fluent setter for backgroundColor.Fluent getter for backgroundImage.backgroundImage(String backgroundImage) Fluent setter for backgroundImage.Fluent getter for backgroundOrigin.backgroundOrigin(String backgroundOrigin) Fluent setter for backgroundOrigin.Fluent getter for backgroundPosition.backgroundPosition(String backgroundPosition) Fluent setter for backgroundPosition.Fluent getter for backgroundRepeat.backgroundRepeat(String backgroundRepeat) Fluent setter for backgroundRepeat.Fluent getter for backgroundSize.backgroundSize(String backgroundSize) Fluent setter for backgroundSize.Fluent getter for borderRadius.borderRadius(String borderRadius) Fluent setter for borderRadius.booleanGets the value of background.Gets the value of backgroundAttachment.Gets the value of backgroundBlendMode.Gets the value of backgroundClip.Gets the value of backgroundColor.Gets the value of backgroundImage.Gets the value of backgroundOrigin.Gets the value of backgroundPosition.Gets the value of backgroundRepeat.Gets the value of backgroundSize.Gets the value of borderRadius.Gets the value of padding.inthashCode()padding()Fluent getter for padding.Fluent setter for padding.voidsetBackground(String background) Sets the value of background.voidsetBackgroundAttachment(String backgroundAttachment) Sets the value of backgroundAttachment.voidsetBackgroundBlendMode(String backgroundBlendMode) Sets the value of backgroundBlendMode.voidsetBackgroundClip(String backgroundClip) Sets the value of backgroundClip.voidsetBackgroundColor(String backgroundColor) Sets the value of backgroundColor.voidsetBackgroundImage(String backgroundImage) Sets the value of backgroundImage.voidsetBackgroundOrigin(String backgroundOrigin) Sets the value of backgroundOrigin.voidsetBackgroundPosition(String backgroundPosition) Sets the value of backgroundPosition.voidsetBackgroundRepeat(String backgroundRepeat) Sets the value of backgroundRepeat.voidsetBackgroundSize(String backgroundSize) Sets the value of backgroundSize.voidsetBorderRadius(String borderRadius) Sets the value of borderRadius.voidsetPadding(String padding) Sets the value of padding.toString()
-
Field Details
-
background
-
backgroundAttachment
-
backgroundBlendMode
-
backgroundClip
-
backgroundColor
-
backgroundImage
-
backgroundOrigin
-
backgroundPosition
-
backgroundRepeat
-
backgroundSize
-
padding
-
borderRadius
-
-
Constructor Details
-
ContainerLookAndFeel
Constructs a validated instance ofContainerLookAndFeel.- Parameters:
spec- the specification to process
-
ContainerLookAndFeel
@Internal protected ContainerLookAndFeel()Protected no-args constructor for use by serialization frameworks. -
ContainerLookAndFeel
@Internal public ContainerLookAndFeel(String background, String backgroundAttachment, String backgroundBlendMode, String backgroundClip, String backgroundColor, String backgroundImage, String backgroundOrigin, String backgroundPosition, String backgroundRepeat, String backgroundSize, String padding, String borderRadius) Constructs a validated instance ofContainerLookAndFeel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContainerLookAndFeel(Consumer)instead.- Parameters:
background- backgroundbackgroundAttachment- backgroundAttachmentbackgroundBlendMode- backgroundBlendModebackgroundClip- backgroundClipbackgroundColor- backgroundColorbackgroundImage- backgroundImagebackgroundOrigin- backgroundOriginbackgroundPosition- backgroundPositionbackgroundRepeat- backgroundRepeatbackgroundSize- backgroundSizepadding- paddingborderRadius- borderRadius
-
-
Method Details
-
background
-
background
Fluent setter for background.- Parameters:
background- background- Returns:
- this
-
getBackground
-
setBackground
Sets the value of background.- Parameters:
background- background
-
backgroundAttachment
Fluent getter for backgroundAttachment.- Returns:
- backgroundAttachment
-
backgroundAttachment
Fluent setter for backgroundAttachment.- Parameters:
backgroundAttachment- backgroundAttachment- Returns:
- this
-
getBackgroundAttachment
Gets the value of backgroundAttachment.- Returns:
- backgroundAttachment
-
setBackgroundAttachment
Sets the value of backgroundAttachment.- Parameters:
backgroundAttachment- backgroundAttachment
-
backgroundBlendMode
Fluent getter for backgroundBlendMode.- Returns:
- backgroundBlendMode
-
backgroundBlendMode
Fluent setter for backgroundBlendMode.- Parameters:
backgroundBlendMode- backgroundBlendMode- Returns:
- this
-
getBackgroundBlendMode
Gets the value of backgroundBlendMode.- Returns:
- backgroundBlendMode
-
setBackgroundBlendMode
Sets the value of backgroundBlendMode.- Parameters:
backgroundBlendMode- backgroundBlendMode
-
backgroundClip
-
backgroundClip
Fluent setter for backgroundClip.- Parameters:
backgroundClip- backgroundClip- Returns:
- this
-
getBackgroundClip
-
setBackgroundClip
Sets the value of backgroundClip.- Parameters:
backgroundClip- backgroundClip
-
backgroundColor
-
backgroundColor
Fluent setter for backgroundColor.- Parameters:
backgroundColor- backgroundColor- Returns:
- this
-
getBackgroundColor
-
setBackgroundColor
Sets the value of backgroundColor.- Parameters:
backgroundColor- backgroundColor
-
backgroundImage
-
backgroundImage
Fluent setter for backgroundImage.- Parameters:
backgroundImage- backgroundImage- Returns:
- this
-
getBackgroundImage
-
setBackgroundImage
Sets the value of backgroundImage.- Parameters:
backgroundImage- backgroundImage
-
backgroundOrigin
-
backgroundOrigin
Fluent setter for backgroundOrigin.- Parameters:
backgroundOrigin- backgroundOrigin- Returns:
- this
-
getBackgroundOrigin
-
setBackgroundOrigin
Sets the value of backgroundOrigin.- Parameters:
backgroundOrigin- backgroundOrigin
-
backgroundPosition
Fluent getter for backgroundPosition.- Returns:
- backgroundPosition
-
backgroundPosition
Fluent setter for backgroundPosition.- Parameters:
backgroundPosition- backgroundPosition- Returns:
- this
-
getBackgroundPosition
Gets the value of backgroundPosition.- Returns:
- backgroundPosition
-
setBackgroundPosition
Sets the value of backgroundPosition.- Parameters:
backgroundPosition- backgroundPosition
-
backgroundRepeat
-
backgroundRepeat
Fluent setter for backgroundRepeat.- Parameters:
backgroundRepeat- backgroundRepeat- Returns:
- this
-
getBackgroundRepeat
-
setBackgroundRepeat
Sets the value of backgroundRepeat.- Parameters:
backgroundRepeat- backgroundRepeat
-
backgroundSize
-
backgroundSize
Fluent setter for backgroundSize.- Parameters:
backgroundSize- backgroundSize- Returns:
- this
-
getBackgroundSize
-
setBackgroundSize
Sets the value of backgroundSize.- Parameters:
backgroundSize- backgroundSize
-
padding
-
padding
Fluent setter for padding.- Parameters:
padding- padding- Returns:
- this
-
getPadding
-
setPadding
-
borderRadius
-
borderRadius
Fluent setter for borderRadius.- Parameters:
borderRadius- borderRadius- Returns:
- this
-
getBorderRadius
-
setBorderRadius
Sets the value of borderRadius.- Parameters:
borderRadius- borderRadius
-
equals
-
hashCode
-
toString
-