Klasse ButtonLookAndFeel

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ButtonLookAndFeel extends Object
ButtonLookAndFeel
  • Felddetails

    • backgroundColor

      protected String backgroundColor
    • color

      protected String color
  • Konstruktordetails

    • ButtonLookAndFeel

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

      Parameter:
      backgroundColor - backgroundColor
      color - color
    • ButtonLookAndFeel

      protected ButtonLookAndFeel()
  • Methodendetails