Class LookAndFeelSelection

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

@Generated("io.github.primelib.primecodegen") public class LookAndFeelSelection extends Object
LookAndFeelSelection

Look and feel selection

  • Field Details

    • spaceKey

      protected String spaceKey
      The key of the space for which the look and feel settings will be set.
    • lookAndFeelType

      protected String lookAndFeelType
  • Constructor Details

    • LookAndFeelSelection

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

      @Internal public LookAndFeelSelection(String spaceKey, String lookAndFeelType)
      Constructs a validated instance of LookAndFeelSelection.

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

      Parameters:
      spaceKey - The key of the space for which the look and feel settings will be set.
      lookAndFeelType - lookAndFeelType
    • LookAndFeelSelection

      protected LookAndFeelSelection()
  • Method Details

    • spaceKey

      public String spaceKey()
      The key of the space for which the look and feel settings will be set.
    • lookAndFeelType

      public String lookAndFeelType()
    • spaceKey

      public LookAndFeelSelection spaceKey(String spaceKey)
      The key of the space for which the look and feel settings will be set.
      Returns:
      this.
    • lookAndFeelType

      public LookAndFeelSelection lookAndFeelType(String lookAndFeelType)
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object