Class LookAndFeelSettings

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

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

    • selected

      protected String selected
    • global

      protected LookAndFeel global
      Look and feel settings returned after an update.
    • theme

      protected LookAndFeel theme
      Look and feel settings returned after an update.
    • custom

      protected LookAndFeel custom
      Look and feel settings returned after an update.
  • Constructor Details

    • LookAndFeelSettings

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

      @Internal public LookAndFeelSettings(String selected, LookAndFeel global, LookAndFeel theme, LookAndFeel custom)
      Constructs a validated instance of LookAndFeelSettings.

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

      Parameters:
      selected - selected
      global - Look and feel settings returned after an update.
      theme - Look and feel settings returned after an update.
      custom - Look and feel settings returned after an update.
    • LookAndFeelSettings

      protected LookAndFeelSettings()
  • Method Details