Class Theme
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Theme
Theme
-
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. -
Links
-
-
Constructor Details
-
Theme
Constructs a validated instance ofTheme.- Parameters:
spec- the specification to process
-
Theme
@Internal public Theme(String themeKey, String name, String description, Icon icon, Map<String, Object> Links) Constructs a validated instance ofTheme.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Theme(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.Links- Links
-
Theme
protected Theme()
-
-
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. -
Links
-
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.
-
Links
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-