Class UserImpl
java.lang.Object
pw.chew.clickup4j.internal.entities.UserImpl
- All Implemented Interfaces:
User
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UserImpl
-
-
Method Details
-
getId
public long getId()Description copied from interface:User
The unique ID of the user. -
getUsername
Description copied from interface:User
This user's username. This is what is displayed in the ClickUp UI.- Specified by:
getUsername
in interfaceUser
- Returns:
- the username
-
getColor
Description copied from interface:User
The color for this user. -
getProfilePicture
Description copied from interface:User
Returns a link to this user's profile picture.
This will benull
if the user has no profile picture.- Specified by:
getProfilePicture
in interfaceUser
- Returns:
- the possibly-null profile picture link
-
getClickUp4j
Description copied from interface:User
Returns this ClickUp4j instance.- Specified by:
getClickUp4j
in interfaceUser
- Returns:
- the ClickUp4j instance
-