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 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
    • ContainerLookAndFeel

      protected ContainerLookAndFeel()
  • Method Details