Class WorkspaceImpl
java.lang.Object
pw.chew.clickup4j.internal.entities.WorkspaceImpl
- All Implemented Interfaces:
Workspace
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringThe avatar or icon for this workspace.@NotNull ClickUp4jReturns this ClickUp4j instance.@NotNull ColorgetColor()The color for this workspace.@NotNull StringgetId()The ID of the workspace.Returns a list of all themembersin this workspace.@NotNull StringgetName()The human-readable name of theWorkspace.Retrieves a list ofgoalsin this workspace.
-
Constructor Details
-
WorkspaceImpl
-
-
Method Details
-
getId
Description copied from interface:WorkspaceThe ID of the workspace. -
getName
Description copied from interface:WorkspaceThe human-readable name of theWorkspace. -
getColor
Description copied from interface:WorkspaceThe color for this workspace. -
getAvatar
Description copied from interface:WorkspaceThe avatar or icon for this workspace.If the workspace does not have an avatar, this will be null.
-
getMembers
Description copied from interface:WorkspaceReturns a list of all themembersin this workspace.- Specified by:
getMembersin interfaceWorkspace- Returns:
- Never-null List of
membersin this workspace.
-
retrieveGoals
Description copied from interface:WorkspaceRetrieves a list ofgoalsin this workspace.- Specified by:
retrieveGoalsin interfaceWorkspace- Returns:
- Never-null List of
goalsin this workspace.
-
getClickUp4j
Description copied from interface:WorkspaceReturns this ClickUp4j instance.- Specified by:
getClickUp4jin interfaceWorkspace- Returns:
- Never-null ClickUp4j instance.
-