Class ThemeUpdate

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

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

    • themeKey

      protected String themeKey
      The key of the theme to be set as the space theme.
  • Constructor Details

    • ThemeUpdate

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

      @Internal protected ThemeUpdate()
      Protected no-args constructor for use by serialization frameworks.
    • ThemeUpdate

      @Internal public ThemeUpdate(String themeKey)
      Constructs a validated instance of ThemeUpdate.

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

      Parameters:
      themeKey - The key of the theme to be set as the space theme.
  • Method Details

    • themeKey

      public String themeKey()
      Fluent getter for themeKey.

      The key of the theme to be set as the space theme.

      Returns:
      themeKey
    • themeKey

      public ThemeUpdate themeKey(String themeKey)
      Fluent setter for themeKey.

      The key of the theme to be set as the space theme.

      Parameters:
      themeKey - themeKey
      Returns:
      this
    • getThemeKey

      public String getThemeKey()
      Gets the value of themeKey.

      The key of the theme to be set as the space theme.

      Returns:
      themeKey
    • setThemeKey

      public void setThemeKey(String themeKey)
      Sets the value of themeKey.

      The key of the theme to be set as the space theme.

      Parameters:
      themeKey - themeKey
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object