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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of height.Gets the value of isDefault.getPath()Gets the value of path.getWidth()Gets the value of width.inthashCode()height()Fluent getter for height.Fluent setter for height.Fluent getter for isDefault.Fluent setter for isDefault.path()Fluent getter for path.Fluent setter for path.voidSets the value of height.voidsetIsDefault(Boolean isDefault) Sets the value of isDefault.voidSets the value of path.voidSets the value of width.toString()width()Fluent getter for width.Fluent setter for width.
-
Field Details
-
path
-
width
-
height
-
isDefault
-
-
Constructor Details
-
Icon
-
Icon
@Internal protected Icon()Protected no-args constructor for use by serialization frameworks. -
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
-
-
Method Details
-
path
-
path
-
getPath
-
setPath
-
width
-
width
-
getWidth
-
setWidth
-
height
-
height
-
getHeight
-
setHeight
-
isDefault
-
isDefault
-
getIsDefault
-
setIsDefault
Sets the value of isDefault.- Parameters:
isDefault- isDefault
-
equals
-
hashCode
-
toString
-