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