Klasse ThemeUpdate

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

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

    • themeKey

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

    • ThemeUpdate

      public ThemeUpdate(Consumer<ThemeUpdate> spec)
      Constructs a validated instance of ThemeUpdate.
      Parameter:
      spec - the specification to process
    • 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.

      Parameter:
      themeKey - The key of the theme to be set as the space theme.
    • ThemeUpdate

      protected ThemeUpdate()
  • Methodendetails

    • builder

      public static ThemeUpdate.ThemeUpdateBuilder builder()
    • themeKey

      public String themeKey()
      The key of the theme to be set as the space theme.
    • themeKey

      public ThemeUpdate themeKey(String themeKey)
      The key of the theme to be set as the space theme.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object