Class ThemeUpdate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ThemeUpdate
ThemeUpdate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.ThemeUpdate(String themeKey) Constructs a validated instance ofThemeUpdate.ThemeUpdate(Consumer<ThemeUpdate> spec) Constructs a validated instance ofThemeUpdate. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of themeKey.inthashCode()voidsetThemeKey(String themeKey) Sets the value of themeKey.themeKey()Fluent getter for themeKey.Fluent setter for themeKey.toString()
-
Field Details
-
themeKey
The key of the theme to be set as the space theme.
-
-
Constructor Details
-
ThemeUpdate
Constructs a validated instance ofThemeUpdate.- Parameters:
spec- the specification to process
-
ThemeUpdate
@Internal protected ThemeUpdate()Protected no-args constructor for use by serialization frameworks. -
ThemeUpdate
Constructs a validated instance ofThemeUpdate.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
Fluent getter for themeKey.The key of the theme to be set as the space theme.
- Returns:
- themeKey
-
themeKey
Fluent setter for themeKey.The key of the theme to be set as the space theme.
- Parameters:
themeKey- themeKey- Returns:
- this
-
getThemeKey
Gets the value of themeKey.The key of the theme to be set as the space theme.
- Returns:
- themeKey
-
setThemeKey
Sets the value of themeKey.The key of the theme to be set as the space theme.
- Parameters:
themeKey- themeKey
-
equals
-
hashCode
-
toString
-