Class MemberImpl
java.lang.Object
pw.chew.clickup4j.internal.entities.MemberImpl
- All Implemented Interfaces:
- Member
- 
Nested Class SummaryNested classes/interfaces inherited from interface pw.chew.clickup4j.api.entities.MemberMember.Role
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription@NotNull ClickUp4jReturns thisClickUp4jinstance.@Nullable StringReturns the custom role of this user, if any.@NotNull OffsetDateTimeReturns when this user was invited.Returns when this user joined the workspace.@NotNull StringgetEmail()The email of the user.@NotNull StringThe "initials" for this user.@Nullable UserReturns the inviting user for this member.Returns when this user was last active.@NotNull Member.RolegetRole()The role for this user.@NotNull UsergetUser()Returns theUsersub-interface of this member.
- 
Constructor Details- 
MemberImpl
 
- 
- 
Method Details- 
getUserDescription copied from interface:MemberReturns theUsersub-interface of this member.
- 
getEmailDescription copied from interface:MemberThe email of the user.
- 
getInitialsDescription copied from interface:MemberThe "initials" for this user.
 This seems to be used internally in the API for users without a profile picture.- Specified by:
- getInitialsin interface- Member
- Returns:
- never-null initials
 
- 
getRoleDescription copied from interface:MemberThe role for this user. This is an enum constantMember.Roleto store the possible values.- Specified by:
- getRolein interface- Member
- Returns:
- never-null Member.Role
 
- 
getCustomRoleDescription copied from interface:MemberReturns the custom role of this user, if any.
 Custom Roles require Business Plus Plan or above.- Specified by:
- getCustomRolein interface- Member
- Returns:
- nullable custom role
 
- 
getLastActiveDescription copied from interface:MemberReturns when this user was last active.
 If the user has been invited, but has not accepted yet, this will benull.- Specified by:
- getLastActivein interface- Member
- Returns:
- nullable last active date
 
- 
getDateJoinedDescription copied from interface:MemberReturns when this user joined the workspace.
 If the user has been invited, but has not accepted yet, this will benull.- Specified by:
- getDateJoinedin interface- Member
- Returns:
- nullable join date
 
- 
getDateInvitedDescription copied from interface:MemberReturns when this user was invited.
 All members have an invitation date, even if they have not accepted yet, and even if they're owner.- Specified by:
- getDateInvitedin interface- Member
- Returns:
- never-null invitation date
 
- 
getInvitedByDescription copied from interface:MemberReturns the inviting user for this member.
 Owners were never invited, so this may benull.- Specified by:
- getInvitedByin interface- Member
- Returns:
- nullable inviting user
 
- 
getClickUp4jDescription copied from interface:MemberReturns thisClickUp4jinstance.- Specified by:
- getClickUp4jin interface- Member
- Returns:
- never-null ClickUp4jinstance
 
 
-