Class ThemeUpdate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ThemeUpdate
ThemeUpdate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedThemeUpdate(String themeKey) Constructs a validated instance ofThemeUpdate.ThemeUpdate(Consumer<ThemeUpdate> spec) Constructs a validated instance ofThemeUpdate. -
Method Summary
-
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
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.
-
ThemeUpdate
protected ThemeUpdate()
-
-
Method Details