Class ScreenLookAndFeel

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

@Generated("io.github.primelib.primecodegen") public class ScreenLookAndFeel extends Object
ScreenLookAndFeel
  • 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
    • layer

      protected Layer layer
    • gutterTop

      protected String gutterTop
    • gutterRight

      protected String gutterRight
    • gutterBottom

      protected String gutterBottom
    • gutterLeft

      protected String gutterLeft
  • Constructor Details

    • ScreenLookAndFeel

      public ScreenLookAndFeel(Consumer<ScreenLookAndFeel> spec)
      Constructs a validated instance of ScreenLookAndFeel.
      Parameters:
      spec - the specification to process
    • ScreenLookAndFeel

      @Internal public ScreenLookAndFeel(String background, String backgroundAttachment, String backgroundBlendMode, String backgroundClip, String backgroundColor, String backgroundImage, String backgroundOrigin, String backgroundPosition, String backgroundRepeat, String backgroundSize, Layer layer, String gutterTop, String gutterRight, String gutterBottom, String gutterLeft)
      Constructs a validated instance of ScreenLookAndFeel.

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

      Parameters:
      background - background
      backgroundAttachment - backgroundAttachment
      backgroundBlendMode - backgroundBlendMode
      backgroundClip - backgroundClip
      backgroundColor - backgroundColor
      backgroundImage - backgroundImage
      backgroundOrigin - backgroundOrigin
      backgroundPosition - backgroundPosition
      backgroundRepeat - backgroundRepeat
      backgroundSize - backgroundSize
      layer - layer
      gutterTop - gutterTop
      gutterRight - gutterRight
      gutterBottom - gutterBottom
      gutterLeft - gutterLeft
    • ScreenLookAndFeel

      protected ScreenLookAndFeel()
  • Method Details