Class SpaceImpl
java.lang.Object
pw.chew.clickup4j.internal.entities.SpaceImpl
- All Implemented Interfaces:
Space
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull ClickUp4jReturns theClickUp4jinstance of this Space.@NotNull StringgetId()Returns the ID of this space.@NotNull StringgetName()The human-readable name of theSpace.@NotNull List<Task.Status>Returns a list of space-levelTaskstatuses.booleanReturns if this Space is archived, meaning it is no longer visible to users.booleanReturns if the Multiple Assignees feature is enabled for this space.booleanChecks if this space is private, meaning members must be invited to see it.
-
Constructor Details
-
SpaceImpl
-
-
Method Details
-
getId
Description copied from interface:SpaceReturns the ID of this space. -
getName
Description copied from interface:SpaceThe human-readable name of theSpace. -
getStatuses
Description copied from interface:SpaceReturns a list of space-levelTaskstatuses.
Lists and folders may have their own statuses.- Specified by:
getStatusesin interfaceSpace- Returns:
- Never-null List of
Task.Statusobjects.
-
isPrivate
public boolean isPrivate()Description copied from interface:SpaceChecks if this space is private, meaning members must be invited to see it. -
isMultipleAssignees
public boolean isMultipleAssignees()Description copied from interface:SpaceReturns if the Multiple Assignees feature is enabled for this space.- Specified by:
isMultipleAssigneesin interfaceSpace- Returns:
- true if enabled, false otherwise
-
isArchived
public boolean isArchived()Description copied from interface:SpaceReturns if this Space is archived, meaning it is no longer visible to users.- Specified by:
isArchivedin interfaceSpace- Returns:
- true if archived, false otherwise
-
getClickUp4j
Description copied from interface:SpaceReturns theClickUp4jinstance of this Space.- Specified by:
getClickUp4jin interfaceSpace- Returns:
- the corresponding instance
-