Class WorkspaceImpl
java.lang.Object
pw.chew.clickup4j.internal.entities.WorkspaceImpl
- All Implemented Interfaces:
Workspace
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
The avatar or icon for this workspace.@NotNull ClickUp4j
Returns this ClickUp4j instance.@NotNull Color
getColor()
The color for this workspace.@NotNull String
getId()
The ID of the workspace.Returns a list of all themembers
in this workspace.@NotNull String
getName()
The human-readable name of theWorkspace
.Retrieves a list ofgoals
in this workspace.
-
Constructor Details
-
WorkspaceImpl
-
-
Method Details
-
getId
Description copied from interface:Workspace
The ID of the workspace. -
getName
Description copied from interface:Workspace
The human-readable name of theWorkspace
. -
getColor
Description copied from interface:Workspace
The color for this workspace. -
getAvatar
Description copied from interface:Workspace
The avatar or icon for this workspace.If the workspace does not have an avatar, this will be null.
-
getMembers
Description copied from interface:Workspace
Returns a list of all themembers
in this workspace.- Specified by:
getMembers
in interfaceWorkspace
- Returns:
- Never-null List of
members
in this workspace.
-
retrieveGoals
Description copied from interface:Workspace
Retrieves a list ofgoals
in this workspace.- Specified by:
retrieveGoals
in interfaceWorkspace
- Returns:
- Never-null List of
goals
in this workspace.
-
getClickUp4j
Description copied from interface:Workspace
Returns this ClickUp4j instance.- Specified by:
getClickUp4j
in interfaceWorkspace
- Returns:
- Never-null ClickUp4j instance.
-