Class ContainerLookAndFeel

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContainerLookAndFeel

@Generated("io.github.primelib.primecodegen") public class ContainerLookAndFeel extends Object
ContainerLookAndFeel
  • Field Details

    • background

      protected String background
    • backgroundAttachment

      protected String backgroundAttachment
    • backgroundBlendMode

      protected String backgroundBlendMode
    • backgroundClip

      protected String backgroundClip
    • backgroundColor

      protected String backgroundColor
    • backgroundImage

      protected String backgroundImage
    • backgroundOrigin

      protected String backgroundOrigin
    • backgroundPosition

      protected String backgroundPosition
    • backgroundRepeat

      protected String backgroundRepeat
    • backgroundSize

      protected String backgroundSize
    • padding

      protected String padding
    • borderRadius

      protected String borderRadius
  • Constructor Details

    • ContainerLookAndFeel

      public ContainerLookAndFeel(Consumer<ContainerLookAndFeel> spec)
      Constructs a validated instance of ContainerLookAndFeel.
      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 of ContainerLookAndFeel.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using ContainerLookAndFeel(Consumer) instead.

      Parameters:
      background - background
      backgroundAttachment - backgroundAttachment
      backgroundBlendMode - backgroundBlendMode
      backgroundClip - backgroundClip
      backgroundColor - backgroundColor
      backgroundImage - backgroundImage
      backgroundOrigin - backgroundOrigin
      backgroundPosition - backgroundPosition
      backgroundRepeat - backgroundRepeat
      backgroundSize - backgroundSize
      padding - padding
      borderRadius - borderRadius
  • Method Details

    • background

      public String background()
      Fluent getter for background.
      Returns:
      background
    • background

      public ContainerLookAndFeel background(String background)
      Fluent setter for background.
      Parameters:
      background - background
      Returns:
      this
    • getBackground

      public String getBackground()
      Gets the value of background.
      Returns:
      background
    • setBackground

      public void setBackground(String background)
      Sets the value of background.
      Parameters:
      background - background
    • backgroundAttachment

      public String backgroundAttachment()
      Fluent getter for backgroundAttachment.
      Returns:
      backgroundAttachment
    • backgroundAttachment

      public ContainerLookAndFeel backgroundAttachment(String backgroundAttachment)
      Fluent setter for backgroundAttachment.
      Parameters:
      backgroundAttachment - backgroundAttachment
      Returns:
      this
    • getBackgroundAttachment

      public String getBackgroundAttachment()
      Gets the value of backgroundAttachment.
      Returns:
      backgroundAttachment
    • setBackgroundAttachment

      public void setBackgroundAttachment(String backgroundAttachment)
      Sets the value of backgroundAttachment.
      Parameters:
      backgroundAttachment - backgroundAttachment
    • backgroundBlendMode

      public String backgroundBlendMode()
      Fluent getter for backgroundBlendMode.
      Returns:
      backgroundBlendMode
    • backgroundBlendMode

      public ContainerLookAndFeel backgroundBlendMode(String backgroundBlendMode)
      Fluent setter for backgroundBlendMode.
      Parameters:
      backgroundBlendMode - backgroundBlendMode
      Returns:
      this
    • getBackgroundBlendMode

      public String getBackgroundBlendMode()
      Gets the value of backgroundBlendMode.
      Returns:
      backgroundBlendMode
    • setBackgroundBlendMode

      public void setBackgroundBlendMode(String backgroundBlendMode)
      Sets the value of backgroundBlendMode.
      Parameters:
      backgroundBlendMode - backgroundBlendMode
    • backgroundClip

      public String backgroundClip()
      Fluent getter for backgroundClip.
      Returns:
      backgroundClip
    • backgroundClip

      public ContainerLookAndFeel backgroundClip(String backgroundClip)
      Fluent setter for backgroundClip.
      Parameters:
      backgroundClip - backgroundClip
      Returns:
      this
    • getBackgroundClip

      public String getBackgroundClip()
      Gets the value of backgroundClip.
      Returns:
      backgroundClip
    • setBackgroundClip

      public void setBackgroundClip(String backgroundClip)
      Sets the value of backgroundClip.
      Parameters:
      backgroundClip - backgroundClip
    • backgroundColor

      public String backgroundColor()
      Fluent getter for backgroundColor.
      Returns:
      backgroundColor
    • backgroundColor

      public ContainerLookAndFeel backgroundColor(String backgroundColor)
      Fluent setter for backgroundColor.
      Parameters:
      backgroundColor - backgroundColor
      Returns:
      this
    • getBackgroundColor

      public String getBackgroundColor()
      Gets the value of backgroundColor.
      Returns:
      backgroundColor
    • setBackgroundColor

      public void setBackgroundColor(String backgroundColor)
      Sets the value of backgroundColor.
      Parameters:
      backgroundColor - backgroundColor
    • backgroundImage

      public String backgroundImage()
      Fluent getter for backgroundImage.
      Returns:
      backgroundImage
    • backgroundImage

      public ContainerLookAndFeel backgroundImage(String backgroundImage)
      Fluent setter for backgroundImage.
      Parameters:
      backgroundImage - backgroundImage
      Returns:
      this
    • getBackgroundImage

      public String getBackgroundImage()
      Gets the value of backgroundImage.
      Returns:
      backgroundImage
    • setBackgroundImage

      public void setBackgroundImage(String backgroundImage)
      Sets the value of backgroundImage.
      Parameters:
      backgroundImage - backgroundImage
    • backgroundOrigin

      public String backgroundOrigin()
      Fluent getter for backgroundOrigin.
      Returns:
      backgroundOrigin
    • backgroundOrigin

      public ContainerLookAndFeel backgroundOrigin(String backgroundOrigin)
      Fluent setter for backgroundOrigin.
      Parameters:
      backgroundOrigin - backgroundOrigin
      Returns:
      this
    • getBackgroundOrigin

      public String getBackgroundOrigin()
      Gets the value of backgroundOrigin.
      Returns:
      backgroundOrigin
    • setBackgroundOrigin

      public void setBackgroundOrigin(String backgroundOrigin)
      Sets the value of backgroundOrigin.
      Parameters:
      backgroundOrigin - backgroundOrigin
    • backgroundPosition

      public String backgroundPosition()
      Fluent getter for backgroundPosition.
      Returns:
      backgroundPosition
    • backgroundPosition

      public ContainerLookAndFeel backgroundPosition(String backgroundPosition)
      Fluent setter for backgroundPosition.
      Parameters:
      backgroundPosition - backgroundPosition
      Returns:
      this
    • getBackgroundPosition

      public String getBackgroundPosition()
      Gets the value of backgroundPosition.
      Returns:
      backgroundPosition
    • setBackgroundPosition

      public void setBackgroundPosition(String backgroundPosition)
      Sets the value of backgroundPosition.
      Parameters:
      backgroundPosition - backgroundPosition
    • backgroundRepeat

      public String backgroundRepeat()
      Fluent getter for backgroundRepeat.
      Returns:
      backgroundRepeat
    • backgroundRepeat

      public ContainerLookAndFeel backgroundRepeat(String backgroundRepeat)
      Fluent setter for backgroundRepeat.
      Parameters:
      backgroundRepeat - backgroundRepeat
      Returns:
      this
    • getBackgroundRepeat

      public String getBackgroundRepeat()
      Gets the value of backgroundRepeat.
      Returns:
      backgroundRepeat
    • setBackgroundRepeat

      public void setBackgroundRepeat(String backgroundRepeat)
      Sets the value of backgroundRepeat.
      Parameters:
      backgroundRepeat - backgroundRepeat
    • backgroundSize

      public String backgroundSize()
      Fluent getter for backgroundSize.
      Returns:
      backgroundSize
    • backgroundSize

      public ContainerLookAndFeel backgroundSize(String backgroundSize)
      Fluent setter for backgroundSize.
      Parameters:
      backgroundSize - backgroundSize
      Returns:
      this
    • getBackgroundSize

      public String getBackgroundSize()
      Gets the value of backgroundSize.
      Returns:
      backgroundSize
    • setBackgroundSize

      public void setBackgroundSize(String backgroundSize)
      Sets the value of backgroundSize.
      Parameters:
      backgroundSize - backgroundSize
    • padding

      public String padding()
      Fluent getter for padding.
      Returns:
      padding
    • padding

      public ContainerLookAndFeel padding(String padding)
      Fluent setter for padding.
      Parameters:
      padding - padding
      Returns:
      this
    • getPadding

      public String getPadding()
      Gets the value of padding.
      Returns:
      padding
    • setPadding

      public void setPadding(String padding)
      Sets the value of padding.
      Parameters:
      padding - padding
    • borderRadius

      public String borderRadius()
      Fluent getter for borderRadius.
      Returns:
      borderRadius
    • borderRadius

      public ContainerLookAndFeel borderRadius(String borderRadius)
      Fluent setter for borderRadius.
      Parameters:
      borderRadius - borderRadius
      Returns:
      this
    • getBorderRadius

      public String getBorderRadius()
      Gets the value of borderRadius.
      Returns:
      borderRadius
    • setBorderRadius

      public void setBorderRadius(String borderRadius)
      Sets the value of borderRadius.
      Parameters:
      borderRadius - borderRadius
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object