Class ButtonLookAndFeel

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

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

    • backgroundColor

      protected String backgroundColor
    • color

      protected String color
  • Constructor Details

    • ButtonLookAndFeel

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

      @Internal public ButtonLookAndFeel(String backgroundColor, String color)
      Constructs a validated instance of ButtonLookAndFeel.

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

      Parameters:
      backgroundColor - backgroundColor
      color - color
    • ButtonLookAndFeel

      protected ButtonLookAndFeel()
  • Method Details