Class Icon
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Icon
Icon
This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
-
Field Details
-
path
-
width
-
height
-
isDefault
-
-
Constructor Details
-
Icon
Constructs a validated instance ofIcon.- Parameters:
spec- the specification to process
-
Icon
Constructs a validated instance ofIcon.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Icon(Consumer)instead.- Parameters:
path- pathwidth- widthheight- heightisDefault- isDefault
-
Icon
protected Icon()
-
-
Method Details