Class ThemeNoLinks
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ThemeNoLinks
ThemeNoLinks
Theme object without links. Used in ThemeArray.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedThemeNoLinks(String themeKey, String name, String description, Icon icon) Constructs a validated instance ofThemeNoLinks.ThemeNoLinks(Consumer<ThemeNoLinks> spec) Constructs a validated instance ofThemeNoLinks. -
Method Summary
-
Field Details
-
themeKey
-
name
-
description
-
icon
This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
-
-
Constructor Details
-
ThemeNoLinks
Constructs a validated instance ofThemeNoLinks.- Parameters:
spec- the specification to process
-
ThemeNoLinks
Constructs a validated instance ofThemeNoLinks.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ThemeNoLinks(Consumer)instead.- Parameters:
themeKey- themeKeyname- namedescription- descriptionicon- This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
-
ThemeNoLinks
protected ThemeNoLinks()
-
-
Method Details
-
themeKey
-
name
-
description
-
icon
This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting. -
themeKey
- Returns:
this.
-
name
- Returns:
this.
-
description
- Returns:
this.
-
icon
This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-