public class ProfilePicture
extends java.lang.Object
User in the Confluence Cloud server.| Constructor and Description |
|---|
ProfilePicture() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getHeight()
This method returns the height of the profile picture, in pixels.
|
java.lang.String |
getPath()
This method returns the path of the profile picture.
|
java.lang.Integer |
getWidth()
This method returns the width of the profile picture, in pixels.
|
java.lang.Boolean |
isDefault()
This method returns a flag indicating whether or not this is the default profile picture for
the user.
|
public java.lang.String getPath()
public java.lang.Integer getWidth()
public java.lang.Integer getHeight()
public java.lang.Boolean isDefault()