Index

A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages

A

ACTIVE - Enum constant in enum class pw.chew.clickup4j.api.entities.Webhook.Health
From the ClickUp API:
addAssignee(User) - Method in interface pw.chew.clickup4j.api.entities.managers.TaskManager
Adds an assignee to this task.
addAssignee(User) - Method in class pw.chew.clickup4j.internal.entities.managers.TaskManagerImpl
 
addAssignees(User...) - Method in interface pw.chew.clickup4j.api.entities.managers.TaskManager
Adds multiple assignees to this task.
addAssignees(User...) - Method in class pw.chew.clickup4j.internal.entities.managers.TaskManagerImpl
 
ADMIN - Enum constant in enum class pw.chew.clickup4j.api.entities.Member.Role
Has the ability to manage the workspace, invite new members, and even manage other admins, but not the owner.
Attachment - Interface in pw.chew.clickup4j.api.entities
Attachment
AttachmentImpl - Class in pw.chew.clickup4j.internal.entities
 
AttachmentImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.AttachmentImpl
 
Authorization() - Constructor for class pw.chew.clickup4j.internal.requests.Route.Authorization
 
AUTOMATIC_PROGRESS - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents an automatic progress field.
AutomaticProgressCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
 
AutomaticProgressCustomField.CompleteOn - Enum Class in pw.chew.clickup4j.api.entities.customfields
 
AutomaticProgressCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
AutomaticProgressCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.AutomaticProgressCustomFieldImpl
 

B

body(RequestBody) - Method in class pw.chew.clickup4j.internal.requests.Route
 
body(JSONObject) - Method in class pw.chew.clickup4j.internal.requests.Route
 
build() - Method in class pw.chew.clickup4j.api.ClickUp4jBuilder
Builds a new ClickUp4j instance and uses the provided token.
build(String...) - Method in class pw.chew.clickup4j.internal.requests.Route
Builds a request for this route with the given values.
buildPathVariables(String...) - Method in class pw.chew.clickup4j.internal.requests.Route
 
buildUrl(String...) - Method in class pw.chew.clickup4j.internal.requests.Route
 

C

CHECKBOX - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents a checkbox field.
CheckboxCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
 
CheckboxCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
CheckboxCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.CheckboxCustomFieldImpl
 
Checklist - Interface in pw.chew.clickup4j.api.entities
Checklist
Checklist.Item - Interface in pw.chew.clickup4j.api.entities
An item in the checklist.
ChecklistImpl - Class in pw.chew.clickup4j.internal.entities
 
ChecklistImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.ChecklistImpl
 
ChecklistImpl.ItemImpl - Class in pw.chew.clickup4j.internal.entities
 
ClickUp4j - Interface in pw.chew.clickup4j.api
The core of ClickUp4j.
ClickUp4jBuilder - Class in pw.chew.clickup4j.api
Used to create new ClickUp4j instances.
ClickUp4jBuilder(String) - Constructor for class pw.chew.clickup4j.api.ClickUp4jBuilder
Create a builder using the specified token
ClickUp4jImpl - Class in pw.chew.clickup4j.internal
 
ClickUp4jImpl(String, OkHttpClient, WebhookServer, String) - Constructor for class pw.chew.clickup4j.internal.ClickUp4jImpl
 
complete() - Method in interface pw.chew.clickup4j.api.entities.managers.GenericManager
Synchronously saves the entity.
complete() - Method in interface pw.chew.clickup4j.api.entities.managers.TaskManager
 
complete() - Method in class pw.chew.clickup4j.internal.entities.managers.GenericManagerImpl
 
complete() - Method in class pw.chew.clickup4j.internal.entities.managers.TaskManagerImpl
 
complete() - Method in class pw.chew.clickup4j.internal.requests.Requester
 
create(String) - Static method in class pw.chew.clickup4j.api.ClickUp4jBuilder
Creates a builder with the predefined token.
CREATE_WEBHOOK - Static variable in class pw.chew.clickup4j.internal.requests.Route.Webhook
 
CURRENCY - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents a currency field.
CurrencyCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
 
CurrencyCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
CurrencyCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.CurrencyCustomFieldImpl
 
CustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
CustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.CustomFieldImpl
 
CustomFieldType - Enum Class in pw.chew.clickup4j.api.entities.customfields
Represents a custom field.

D

DATE - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents a date field.
DateCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
 
DateCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
DateCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.DateCustomFieldImpl
 
delete() - Method in interface pw.chew.clickup4j.api.entities.Task
Deletes this task.
delete() - Method in interface pw.chew.clickup4j.api.entities.Webhook
Delete this webhook.
delete() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
delete() - Method in class pw.chew.clickup4j.internal.entities.WebhookImpl
 
DELETE - Static variable in class pw.chew.clickup4j.internal.requests.Route.Task
 
DELETE_WEBHOOK - Static variable in class pw.chew.clickup4j.internal.requests.Route.Webhook
 
DISPLAY_0_COMPLETED - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField.CompleteOn
 
DISPLAY_100_COMPLETED - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField.CompleteOn
 
DISPLAY_100_WHEN_CLOSED - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField.CompleteOn
 
DROP_DOWN - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents a drop-down field.
DropDownCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
Drop Down Custom Field
DropDownCustomField.DropDownOption - Interface in pw.chew.clickup4j.api.entities.customfields
A drop-down option.

E

EMAIL - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents an email field.
EmailCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
Email Custom Field
EmailCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
EmailCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.EmailCustomFieldImpl
 
EMOJI - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents an emoji, specifically a rating of emoji, the type config gives the emoji and amount (1-5).
EmojiCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
 
EmojiCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
EmojiCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.EmojiCustomFieldImpl
 

F

FAILING - Enum constant in enum class pw.chew.clickup4j.api.entities.Webhook.Health
From the ClickUp API docs:

G

GenericManager<T> - Interface in pw.chew.clickup4j.api.entities.managers
A generic manager for ClickUp entities.
GenericManagerImpl<T> - Class in pw.chew.clickup4j.internal.entities.managers
 
GenericManagerImpl(ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.managers.GenericManagerImpl
 
GET_GOAL - Static variable in class pw.chew.clickup4j.internal.requests.Route.Goal
 
GET_GOALS - Static variable in class pw.chew.clickup4j.internal.requests.Route.Goal
 
GET_SPACE - Static variable in class pw.chew.clickup4j.internal.requests.Route.Space
 
GET_TASK - Static variable in class pw.chew.clickup4j.internal.requests.Route.Task
 
GET_TASKS - Static variable in class pw.chew.clickup4j.internal.requests.Route.List
 
GET_USER - Static variable in class pw.chew.clickup4j.internal.requests.Route.Authorization
 
GET_WEBHOOKS - Static variable in class pw.chew.clickup4j.internal.requests.Route.Webhook
 
GET_WORKSPACES - Static variable in class pw.chew.clickup4j.internal.requests.Route.Workspace
 
getAsInt() - Method in enum class pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField.CompleteOn
 
getAssignee() - Method in interface pw.chew.clickup4j.api.entities.Checklist.Item
This item's assignee.
getAssignee() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
getAssignee() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl.ItemImpl
 
getAssignee() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
getAssignees() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns a list of users who are assigned to work on this task.
getAssignees() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getAssociatedClass() - Method in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Returns the associated class with this custom field.
getAsString() - Method in enum class pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField.CompleteOn
 
getAvatar() - Method in interface pw.chew.clickup4j.api.entities.Workspace
The avatar or icon for this workspace.
getAvatar() - Method in class pw.chew.clickup4j.internal.entities.WorkspaceImpl
 
getChecklists() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns a list of checklists associated with this task.
getChecklists() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getChildren() - Method in interface pw.chew.clickup4j.api.entities.Checklist.Item
All child items of this item.
getChildren() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl.ItemImpl
 
getClickUp4j() - Method in interface pw.chew.clickup4j.api.entities.Attachment
Returns this ClickUp4j instance.
getClickUp4j() - Method in interface pw.chew.clickup4j.api.entities.Checklist
Returns this ClickUp4j instance.
getClickUp4j() - Method in interface pw.chew.clickup4j.api.entities.customfields.ICustomField
Returns this ClickUp4j instance.
getClickUp4j() - Method in interface pw.chew.clickup4j.api.entities.Goal
Returns this ClickUp4j instance.
getClickUp4j() - Method in interface pw.chew.clickup4j.api.entities.managers.GenericManager
Returns the ClickUp4j instance.
getClickUp4j() - Method in interface pw.chew.clickup4j.api.entities.Member
Returns this ClickUp4j instance.
getClickUp4j() - Method in interface pw.chew.clickup4j.api.entities.Space
Returns the ClickUp4j instance of this Space.
getClickUp4j() - Method in interface pw.chew.clickup4j.api.entities.Target
Returns this ClickUp4j instance.
getClickUp4j() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
getClickUp4j() - Method in interface pw.chew.clickup4j.api.entities.TimelineEntry
Returns this ClickUp4j instance.
getClickUp4j() - Method in interface pw.chew.clickup4j.api.entities.User
Returns this ClickUp4j instance.
getClickUp4j() - Method in interface pw.chew.clickup4j.api.entities.Webhook
This ClickUp4j instance.
getClickUp4j() - Method in interface pw.chew.clickup4j.api.entities.Workspace
Returns this ClickUp4j instance.
getClickUp4j() - Method in class pw.chew.clickup4j.internal.entities.AttachmentImpl
 
getClickUp4j() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl
 
getClickUp4j() - Method in class pw.chew.clickup4j.internal.entities.customfields.CustomFieldImpl
 
getClickUp4j() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getClickUp4j() - Method in class pw.chew.clickup4j.internal.entities.managers.GenericManagerImpl
 
getClickUp4j() - Method in class pw.chew.clickup4j.internal.entities.MemberImpl
 
getClickUp4j() - Method in class pw.chew.clickup4j.internal.entities.SpaceImpl
 
getClickUp4j() - Method in class pw.chew.clickup4j.internal.entities.TargetImpl
 
getClickUp4j() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
getClickUp4j() - Method in class pw.chew.clickup4j.internal.entities.TimelineEntryImpl
 
getClickUp4j() - Method in class pw.chew.clickup4j.internal.entities.UserImpl
 
getClickUp4j() - Method in class pw.chew.clickup4j.internal.entities.WebhookImpl
 
getClickUp4j() - Method in class pw.chew.clickup4j.internal.entities.WorkspaceImpl
 
getClientId() - Method in interface pw.chew.clickup4j.api.entities.Webhook
The client id of the webhook.
getClientId() - Method in class pw.chew.clickup4j.internal.entities.WebhookImpl
 
getColor() - Method in interface pw.chew.clickup4j.api.entities.customfields.DropDownCustomField.DropDownOption
 
getColor() - Method in interface pw.chew.clickup4j.api.entities.customfields.LabelsCustomField.Label
The color of this label as shown in the UI.
getColor() - Method in interface pw.chew.clickup4j.api.entities.Goal
Returns the color of this Goal, as used in the client as a background color.
getColor() - Method in enum class pw.chew.clickup4j.api.entities.Task.Priority
Returns the color of this priority as displayed in the UI.
getColor() - Method in interface pw.chew.clickup4j.api.entities.Task.Status
 
getColor() - Method in interface pw.chew.clickup4j.api.entities.User
The color for this user.
getColor() - Method in interface pw.chew.clickup4j.api.entities.Workspace
The color for this workspace.
getColor() - Method in class pw.chew.clickup4j.internal.entities.customfields.LabelsCustomFieldImpl.LabelImpl
 
getColor() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getColor() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl.StatusImpl
 
getColor() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl.StatusImpl
 
getColor() - Method in class pw.chew.clickup4j.internal.entities.UserImpl
 
getColor() - Method in class pw.chew.clickup4j.internal.entities.WorkspaceImpl
 
getCompleteOn() - Method in interface pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField
Returns the value to return when there is nothing being tracked.
getCompleteOn() - Method in class pw.chew.clickup4j.internal.entities.customfields.AutomaticProgressCustomFieldImpl
 
getContent() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
getContent() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
getCount() - Method in interface pw.chew.clickup4j.api.entities.customfields.EmojiCustomField
Gets the count for the rating used for this Emoji.
getCount() - Method in class pw.chew.clickup4j.internal.entities.customfields.EmojiCustomFieldImpl
 
getCreatedAt() - Method in interface pw.chew.clickup4j.api.entities.Checklist
Return when this checklist was created.
getCreatedAt() - Method in interface pw.chew.clickup4j.api.entities.Checklist.Item
Returns when this item was created.
getCreatedAt() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl
 
getCreatedAt() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl.ItemImpl
 
getCreator() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns the user who created this task.
getCreator() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getCreatorId() - Method in interface pw.chew.clickup4j.api.entities.Checklist
Gets the ID of the user who created this checklist.
getCreatorId() - Method in interface pw.chew.clickup4j.api.entities.Goal
The ID of the creator of this goal.
getCreatorId() - Method in interface pw.chew.clickup4j.api.entities.Target
Returns the ID of the User who created the target.
getCreatorId() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl
 
getCreatorId() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getCreatorId() - Method in class pw.chew.clickup4j.internal.entities.TargetImpl
 
getCurrencyType() - Method in interface pw.chew.clickup4j.api.entities.customfields.CurrencyCustomField
 
getCurrencyType() - Method in class pw.chew.clickup4j.internal.entities.customfields.CurrencyCustomFieldImpl
 
getCurrentStep() - Method in interface pw.chew.clickup4j.api.entities.Target
Returns the current number of steps.
getCurrentStep() - Method in class pw.chew.clickup4j.internal.entities.TargetImpl
 
getCustomFields() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns all the custom fields for this task.
getCustomFields() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getCustomId() - Method in interface pw.chew.clickup4j.api.entities.Task
The custom ID for this task.
getCustomId() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getCustomRole() - Method in interface pw.chew.clickup4j.api.entities.Member
Returns the custom role of this user, if any.
getCustomRole() - Method in class pw.chew.clickup4j.internal.entities.MemberImpl
 
getDate() - Method in interface pw.chew.clickup4j.api.entities.Attachment
Returns the date of the attachment.
getDate() - Method in class pw.chew.clickup4j.internal.entities.AttachmentImpl
 
getDateClosed() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns when this Task was closed.
getDateClosed() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getDateCreated() - Method in interface pw.chew.clickup4j.api.entities.Goal
Returns the date this goal was created.
getDateCreated() - Method in interface pw.chew.clickup4j.api.entities.Target
Returns the date and time when the target was created.
getDateCreated() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns when this Task was created.
getDateCreated() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getDateCreated() - Method in class pw.chew.clickup4j.internal.entities.TargetImpl
 
getDateCreated() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getDateInvited() - Method in interface pw.chew.clickup4j.api.entities.Member
Returns when this user was invited.
getDateInvited() - Method in class pw.chew.clickup4j.internal.entities.MemberImpl
 
getDateJoined() - Method in interface pw.chew.clickup4j.api.entities.Member
Returns when this user joined the workspace.
getDateJoined() - Method in class pw.chew.clickup4j.internal.entities.MemberImpl
 
getDateModified() - Method in interface pw.chew.clickup4j.api.entities.TimelineEntry
The date this entry was created (or last modified).
getDateModified() - Method in class pw.chew.clickup4j.internal.entities.TimelineEntryImpl
 
getDateUpdated() - Method in interface pw.chew.clickup4j.api.entities.Goal
Returns when this goal was last updated.
getDateUpdated() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns when this Task was last modified.
getDateUpdated() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getDateUpdated() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getDefault() - Method in interface pw.chew.clickup4j.api.entities.customfields.CurrencyCustomField
 
getDefault() - Method in class pw.chew.clickup4j.internal.entities.customfields.CurrencyCustomFieldImpl
 
getDefaultValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.DropDownCustomField
The default value of the custom field, if it has one.
getDescription() - Method in interface pw.chew.clickup4j.api.entities.Goal
Returns the description of this goal.
getDescription() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns the complete description of this task.
getDescription() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getDescription() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getDueDate() - Method in interface pw.chew.clickup4j.api.entities.Goal
Returns the due date of this goal.
getDueDate() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns the due date of this task, if there is one.
getDueDate() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
getDueDate() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getDueDate() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getDueDate() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
getEditorToken() - Method in interface pw.chew.clickup4j.api.entities.Goal
Returns the token used to edit this goal.
getEditorToken() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getEmail() - Method in interface pw.chew.clickup4j.api.entities.Member
The email of the user.
getEmail() - Method in class pw.chew.clickup4j.internal.entities.MemberImpl
 
getEmoji() - Method in interface pw.chew.clickup4j.api.entities.customfields.EmojiCustomField
The emoji value associated with this custom field.
getEmoji() - Method in class pw.chew.clickup4j.internal.entities.customfields.EmojiCustomFieldImpl
 
getEndpoint() - Method in interface pw.chew.clickup4j.api.entities.Webhook
The endpoint ClickUp will send webhooks to.
getEndpoint() - Method in class pw.chew.clickup4j.internal.entities.WebhookImpl
 
getEndValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.ManualProgressCustomField
This is the maximum possible for the progress bar.
getEndValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.ManualProgressCustomFieldImpl
 
getEvents() - Method in interface pw.chew.clickup4j.api.entities.Webhook
The events this webhook is listening for.
getEvents() - Method in class pw.chew.clickup4j.internal.entities.WebhookImpl
 
getExtension() - Method in interface pw.chew.clickup4j.api.entities.Attachment
Returns the file extension of the attachment.
getExtension() - Method in class pw.chew.clickup4j.internal.entities.AttachmentImpl
 
getFailCount() - Method in interface pw.chew.clickup4j.api.entities.Webhook
Returns the number of times the webhook has failed.
getFailCount() - Method in class pw.chew.clickup4j.internal.entities.WebhookImpl
 
getFolderId() - Method in interface pw.chew.clickup4j.api.entities.Task
 
getFolderId() - Method in interface pw.chew.clickup4j.api.entities.Webhook
Returns the folder ID of the folder this webhook is listening for.
getFolderId() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getFolderId() - Method in class pw.chew.clickup4j.internal.entities.WebhookImpl
 
getGoal() - Method in interface pw.chew.clickup4j.api.entities.Target
The Goal this target belongs to.
getGoal() - Method in class pw.chew.clickup4j.internal.entities.TargetImpl
 
getGroupAssignee() - Method in interface pw.chew.clickup4j.api.entities.Checklist.Item
 
getGroupAssignee() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl.ItemImpl
 
getHealth() - Method in interface pw.chew.clickup4j.api.entities.Webhook
Returns the Health of the webhook.
getHealth() - Method in class pw.chew.clickup4j.internal.entities.WebhookImpl
 
getHistory() - Method in interface pw.chew.clickup4j.api.entities.Goal
Returns the history for this goal.
getHistory() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getHttpClient() - Method in interface pw.chew.clickup4j.api.ClickUp4j
Returns the OkHttpClient used for requests.
getHttpClient() - Method in class pw.chew.clickup4j.internal.ClickUp4jImpl
 
getId() - Method in interface pw.chew.clickup4j.api.entities.Attachment
The ID of the attachment.
getId() - Method in interface pw.chew.clickup4j.api.entities.Checklist
The checklist's ID.
getId() - Method in interface pw.chew.clickup4j.api.entities.Checklist.Item
The item's ID.
getId() - Method in interface pw.chew.clickup4j.api.entities.customfields.DropDownCustomField.DropDownOption
 
getId() - Method in interface pw.chew.clickup4j.api.entities.customfields.ICustomField
Returns the ID of the custom field.
getId() - Method in interface pw.chew.clickup4j.api.entities.customfields.LabelsCustomField.Label
Returns the UUID for this label.
getId() - Method in interface pw.chew.clickup4j.api.entities.Goal
The unique identifier for this goal.
getId() - Method in interface pw.chew.clickup4j.api.entities.Space
Returns the ID of this space.
getId() - Method in interface pw.chew.clickup4j.api.entities.Target
The unique identifier of the target.
getId() - Method in interface pw.chew.clickup4j.api.entities.Task
The unique ID of this task.
getId() - Method in interface pw.chew.clickup4j.api.entities.Task.Status
 
getId() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
getId() - Method in interface pw.chew.clickup4j.api.entities.TimelineEntry
Get the ID of this Timeline Entry.
getId() - Method in interface pw.chew.clickup4j.api.entities.User
The unique ID of the user.
getId() - Method in interface pw.chew.clickup4j.api.entities.Webhook
The ID of the webhook.
getId() - Method in interface pw.chew.clickup4j.api.entities.Workspace
The ID of the workspace.
getId() - Method in class pw.chew.clickup4j.internal.entities.AttachmentImpl
 
getId() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl
 
getId() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl.ItemImpl
 
getId() - Method in class pw.chew.clickup4j.internal.entities.customfields.CustomFieldImpl
 
getId() - Method in class pw.chew.clickup4j.internal.entities.customfields.LabelsCustomFieldImpl.LabelImpl
 
getId() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getId() - Method in class pw.chew.clickup4j.internal.entities.SpaceImpl
 
getId() - Method in class pw.chew.clickup4j.internal.entities.TargetImpl
 
getId() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getId() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl.StatusImpl
 
getId() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
getId() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl.StatusImpl
 
getId() - Method in class pw.chew.clickup4j.internal.entities.TimelineEntryImpl
 
getId() - Method in class pw.chew.clickup4j.internal.entities.UserImpl
 
getId() - Method in class pw.chew.clickup4j.internal.entities.WebhookImpl
 
getId() - Method in class pw.chew.clickup4j.internal.entities.WorkspaceImpl
 
getInboundAddress() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
getInboundAddress() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
getInitials() - Method in interface pw.chew.clickup4j.api.entities.Member
The "initials" for this user.
getInitials() - Method in class pw.chew.clickup4j.internal.entities.MemberImpl
 
getInvitedBy() - Method in interface pw.chew.clickup4j.api.entities.Member
Returns the inviting user for this member.
getInvitedBy() - Method in class pw.chew.clickup4j.internal.entities.MemberImpl
 
getItems() - Method in interface pw.chew.clickup4j.api.entities.Checklist
Returns the items in this checklist.
getItems() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl
 
getLabels() - Method in interface pw.chew.clickup4j.api.entities.customfields.LabelsCustomField
Returns all possible labels for this task.
getLabels() - Method in class pw.chew.clickup4j.internal.entities.customfields.LabelsCustomFieldImpl
 
getLastAction() - Method in interface pw.chew.clickup4j.api.entities.Target
Returns the most recent action that was performed on the target.
getLastAction() - Method in class pw.chew.clickup4j.internal.entities.TargetImpl
 
getLastActive() - Method in interface pw.chew.clickup4j.api.entities.Member
Returns when this user was last active.
getLastActive() - Method in class pw.chew.clickup4j.internal.entities.MemberImpl
 
getLatitude() - Method in interface pw.chew.clickup4j.api.entities.customfields.LocationCustomField
Get the latitude of the location.
getLatitude() - Method in class pw.chew.clickup4j.internal.entities.customfields.LocationCustomFieldImpl
 
getListId() - Method in interface pw.chew.clickup4j.api.entities.Task
 
getListId() - Method in interface pw.chew.clickup4j.api.entities.Webhook
Returns the TaskList ID of the list this webhook is listening for.
getListId() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getListId() - Method in class pw.chew.clickup4j.internal.entities.WebhookImpl
 
getLongitude() - Method in interface pw.chew.clickup4j.api.entities.customfields.LocationCustomField
Get the longitude of the location.
getLongitude() - Method in class pw.chew.clickup4j.internal.entities.customfields.LocationCustomFieldImpl
 
getManager() - Method in interface pw.chew.clickup4j.api.entities.Task
Return the manager of this task.
getManager() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getMembers() - Method in interface pw.chew.clickup4j.api.entities.Workspace
Returns a list of all the members in this workspace.
getMembers() - Method in class pw.chew.clickup4j.internal.entities.WorkspaceImpl
 
getMethod() - Method in class pw.chew.clickup4j.internal.requests.Route
 
getName() - Method in interface pw.chew.clickup4j.api.entities.Checklist
The checklist's name.
getName() - Method in interface pw.chew.clickup4j.api.entities.Checklist.Item
The item's name.
getName() - Method in interface pw.chew.clickup4j.api.entities.customfields.DropDownCustomField.DropDownOption
 
getName() - Method in interface pw.chew.clickup4j.api.entities.customfields.ICustomField
Returns the name of this Custom Field, which is displayed to the user.
getName() - Method in interface pw.chew.clickup4j.api.entities.customfields.LabelsCustomField.Label
The name of this label as shown in the UI.
getName() - Method in interface pw.chew.clickup4j.api.entities.Goal
The name of this goal.
getName() - Method in interface pw.chew.clickup4j.api.entities.Space
The human-readable name of the Space.
getName() - Method in interface pw.chew.clickup4j.api.entities.Target
Returns the name of the target.
getName() - Method in interface pw.chew.clickup4j.api.entities.Task
The name of this task.
getName() - Method in enum class pw.chew.clickup4j.api.entities.Task.Priority
The name of this priority.
getName() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
getName() - Method in interface pw.chew.clickup4j.api.entities.Workspace
The human-readable name of the Workspace.
getName() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl
 
getName() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl.ItemImpl
 
getName() - Method in class pw.chew.clickup4j.internal.entities.customfields.CustomFieldImpl
 
getName() - Method in class pw.chew.clickup4j.internal.entities.customfields.LabelsCustomFieldImpl.LabelImpl
 
getName() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getName() - Method in class pw.chew.clickup4j.internal.entities.SpaceImpl
 
getName() - Method in class pw.chew.clickup4j.internal.entities.TargetImpl
 
getName() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getName() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
getName() - Method in class pw.chew.clickup4j.internal.entities.WorkspaceImpl
 
getNote() - Method in interface pw.chew.clickup4j.api.entities.TimelineEntry
The note of this entry as displayed to the user.
getNote() - Method in class pw.chew.clickup4j.internal.entities.TimelineEntryImpl
 
getOptions() - Method in interface pw.chew.clickup4j.api.entities.customfields.DropDownCustomField
A list of possible options for the custom field.
getOrderIndex() - Method in interface pw.chew.clickup4j.api.entities.Checklist
The ordering of this checklist, if there are multiple.
getOrderIndex() - Method in interface pw.chew.clickup4j.api.entities.Checklist.Item
The item's ordering index.
getOrderIndex() - Method in interface pw.chew.clickup4j.api.entities.customfields.DropDownCustomField.DropDownOption
 
getOrderIndex() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns the order index of this task.
getOrderIndex() - Method in interface pw.chew.clickup4j.api.entities.Task.Status
 
getOrderIndex() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
getOrderIndex() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl
 
getOrderIndex() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl.ItemImpl
 
getOrderIndex() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getOrderIndex() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl.StatusImpl
 
getOrderIndex() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
getOrderIndex() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl.StatusImpl
 
getOwner() - Method in interface pw.chew.clickup4j.api.entities.Target
Returns the owner of the target.
getOwner() - Method in class pw.chew.clickup4j.internal.entities.TargetImpl
 
getOwners() - Method in interface pw.chew.clickup4j.api.entities.Goal
Returns a potentially empty-list of "owners" of this goal.
getOwners() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getParent() - Method in interface pw.chew.clickup4j.api.entities.Checklist.Item
The parent item of this checklist item.
getParent() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl.ItemImpl
 
getParentId() - Method in interface pw.chew.clickup4j.api.entities.Task
Retrieves the parent ID of this task.
getParentId() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getPercentCompleted() - Method in interface pw.chew.clickup4j.api.entities.customfields.ManualProgressCustomField
Returns the overall percent completed for this custom field.
getPercentCompleted() - Method in interface pw.chew.clickup4j.api.entities.Goal
Returns the current progress of this goal.
getPercentCompleted() - Method in interface pw.chew.clickup4j.api.entities.Target
Returns the current percentage of completion.
getPercentCompleted() - Method in class pw.chew.clickup4j.internal.entities.customfields.ManualProgressCustomFieldImpl
 
getPercentCompleted() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getPercentCompleted() - Method in class pw.chew.clickup4j.internal.entities.TargetImpl
 
getPermissionLevel() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
getPermissionLevel() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
getPlaceholder() - Method in interface pw.chew.clickup4j.api.entities.customfields.DropDownCustomField
A placeholder.
getPlaceId() - Method in interface pw.chew.clickup4j.api.entities.customfields.LocationCustomField
The place ID of the location.
getPlaceId() - Method in class pw.chew.clickup4j.internal.entities.customfields.LocationCustomFieldImpl
 
getPrecision() - Method in interface pw.chew.clickup4j.api.entities.customfields.CurrencyCustomField
 
getPrecision() - Method in class pw.chew.clickup4j.internal.entities.customfields.CurrencyCustomFieldImpl
 
getPrettyId() - Method in interface pw.chew.clickup4j.api.entities.Goal
Returns the "pretty" ID of this goal.
getPrettyId() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getPrettyUrl() - Method in interface pw.chew.clickup4j.api.entities.Goal
Returns the pretty URL of this goal.
getPrettyUrl() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getPriority() - Method in interface pw.chew.clickup4j.api.entities.Task
The priority of this task.
getPriority() - Method in enum class pw.chew.clickup4j.api.entities.Task.Priority
Returns the int representation of this priority.
getPriority() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getProfilePicture() - Method in interface pw.chew.clickup4j.api.entities.User
Returns a link to this user's profile picture.
getProfilePicture() - Method in class pw.chew.clickup4j.internal.entities.UserImpl
 
getResolvedCount() - Method in interface pw.chew.clickup4j.api.entities.Checklist
The amount of items that are marked as complete.
getResolvedCount() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl
 
getRole() - Method in interface pw.chew.clickup4j.api.entities.Member
The role for this user.
getRole() - Method in class pw.chew.clickup4j.internal.entities.MemberImpl
 
getSecret() - Method in interface pw.chew.clickup4j.api.entities.Webhook
Returns the secret of the webhook, to be used when verifying the webhook.
getSecret() - Method in class pw.chew.clickup4j.internal.entities.WebhookImpl
 
getSpace() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
getSpace() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
getSpaceId() - Method in interface pw.chew.clickup4j.api.entities.Task
 
getSpaceId() - Method in interface pw.chew.clickup4j.api.entities.Webhook
Returns the Space ID of the list this webhook is listening for.
getSpaceId() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getSpaceId() - Method in class pw.chew.clickup4j.internal.entities.WebhookImpl
 
getStartDate() - Method in interface pw.chew.clickup4j.api.entities.Goal
Returns the start date of this goal.
getStartDate() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns the start date of this task, if there is one.
getStartDate() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
getStartDate() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getStartDate() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getStartDate() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
getStartValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.ManualProgressCustomField
This is the minimum possible for the progress bar.
getStartValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.ManualProgressCustomFieldImpl
 
getStatus() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns the status of this task.
getStatus() - Method in interface pw.chew.clickup4j.api.entities.Task.Status
 
getStatus() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getStatus() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl.StatusImpl
 
getStatus() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl.StatusImpl
 
getStatuses() - Method in interface pw.chew.clickup4j.api.entities.Space
Returns a list of space-level Task statuses.
getStatuses() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
getStatuses() - Method in class pw.chew.clickup4j.internal.entities.SpaceImpl
 
getStatuses() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
getStepsBefore() - Method in interface pw.chew.clickup4j.api.entities.TimelineEntry
Returns the amount of steps before this entry occurred.
getStepsBefore() - Method in class pw.chew.clickup4j.internal.entities.TimelineEntryImpl
 
getStepsEnd() - Method in interface pw.chew.clickup4j.api.entities.Target
The number of steps to complete.
getStepsEnd() - Method in class pw.chew.clickup4j.internal.entities.TargetImpl
 
getStepsStart() - Method in interface pw.chew.clickup4j.api.entities.Target
The number of steps to start with.
getStepsStart() - Method in class pw.chew.clickup4j.internal.entities.TargetImpl
 
getStepsTaken() - Method in interface pw.chew.clickup4j.api.entities.TimelineEntry
Returns the amount of steps taken caused by this entry.
getStepsTaken() - Method in class pw.chew.clickup4j.internal.entities.TimelineEntryImpl
 
getTarget() - Method in interface pw.chew.clickup4j.api.entities.TimelineEntry
Gets the Target this Timeline Entry is for.
getTarget() - Method in class pw.chew.clickup4j.internal.entities.TimelineEntryImpl
 
getTargetCount() - Method in interface pw.chew.clickup4j.api.entities.Goal
Returns the target count.
getTargetCount() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getTargets() - Method in interface pw.chew.clickup4j.api.entities.Goal
Returns all the targets in this goal.
getTargets() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getTaskCount() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
getTaskCount() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
getTaskId() - Method in interface pw.chew.clickup4j.api.entities.Checklist
The ID of the task this checklist belongs to.
getTaskId() - Method in interface pw.chew.clickup4j.api.entities.Webhook
Returns the Task ID of the task this webhook is listening for.
getTaskId() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl
 
getTaskId() - Method in class pw.chew.clickup4j.internal.entities.WebhookImpl
 
getTextContent() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns the text content of this task.
getTextContent() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getTimeCreated() - Method in interface pw.chew.clickup4j.api.entities.customfields.ICustomField
Returns when this custom field was created.
getTimeCreated() - Method in class pw.chew.clickup4j.internal.entities.customfields.CustomFieldImpl
 
getTimeEstimate() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns the estimated time to complete this task.
getTimeEstimate() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getTimeSpent() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns the time tracked to this task.
getTimeSpent() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getTitle() - Method in interface pw.chew.clickup4j.api.entities.Attachment
Returns the name of the attachment.
getTitle() - Method in class pw.chew.clickup4j.internal.entities.AttachmentImpl
 
getToken() - Method in interface pw.chew.clickup4j.api.ClickUp4j
Gets the token currently being used for requests.
getToken() - Method in class pw.chew.clickup4j.internal.ClickUp4jImpl
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.CheckboxCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.CurrencyCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.DateCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.DropDownCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.EmailCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.EmojiCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.ICustomField
Returns the type of this custom field.
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.LabelsCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.LocationCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.ManualProgressCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.NumberCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.PhoneCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.ShortTextCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.TasksCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.TextCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.URLCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.customfields.UsersCustomField
 
getType() - Method in interface pw.chew.clickup4j.api.entities.Target
Returns the type of the target.
getType() - Method in interface pw.chew.clickup4j.api.entities.Task.Status
 
getType() - Method in class pw.chew.clickup4j.internal.entities.customfields.CustomFieldImpl
 
getType() - Method in class pw.chew.clickup4j.internal.entities.TargetImpl
 
getType() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl.StatusImpl
 
getType() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl.StatusImpl
 
getUnit() - Method in interface pw.chew.clickup4j.api.entities.Target
Returns the unit of measurement for a step.
getUnit() - Method in class pw.chew.clickup4j.internal.entities.TargetImpl
 
getUnresolvedCount() - Method in interface pw.chew.clickup4j.api.entities.Checklist
The amount of items that are marked as incomplete.
getUnresolvedCount() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl
 
getUrl() - Method in interface pw.chew.clickup4j.api.entities.Attachment
Returns the URL for the attachment.
getUrl() - Method in interface pw.chew.clickup4j.api.entities.Task
The URL link to this task.
getUrl() - Method in class pw.chew.clickup4j.internal.entities.AttachmentImpl
 
getUrl() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getUrl() - Method in class pw.chew.clickup4j.internal.requests.Route
 
getUser() - Method in interface pw.chew.clickup4j.api.entities.Member
Returns the User sub-interface of this member.
getUser() - Method in class pw.chew.clickup4j.internal.entities.MemberImpl
 
getUserId() - Method in interface pw.chew.clickup4j.api.entities.TimelineEntry
Returns the User id who created this Timeline Entry.
getUserId() - Method in interface pw.chew.clickup4j.api.entities.Webhook
The user ID of the user who created the webhook.
getUserId() - Method in class pw.chew.clickup4j.internal.entities.TimelineEntryImpl
 
getUserId() - Method in class pw.chew.clickup4j.internal.entities.WebhookImpl
 
getUsername() - Method in interface pw.chew.clickup4j.api.entities.User
This user's username.
getUsername() - Method in class pw.chew.clickup4j.internal.entities.UserImpl
 
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField
Returns the currently displayed value of the progress bar.
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.CheckboxCustomField
 
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.CurrencyCustomField
 
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.DateCustomField
 
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.DropDownCustomField
Possibly null current value of the custom field.
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.EmailCustomField
This returns the email, but it's not necessarily a valid email.
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.EmojiCustomField
 
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.ICustomField
Returns the value of this custom field.
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.LabelsCustomField
Returns the list of labels for this task.
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.LocationCustomField
Returns the value of the formatted address.
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.ManualProgressCustomField
Gets the currently shown progress bar value.
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.NumberCustomField
 
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.PhoneCustomField
This returns the phone number, but it's not necessarily a valid phone number.
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.ShortTextCustomField
 
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.TasksCustomField
 
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.TextCustomField
 
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.URLCustomField
This returns the URL, but it's not necessarily a valid URL.
getValue() - Method in interface pw.chew.clickup4j.api.entities.customfields.UsersCustomField
 
getValue() - Method in enum class pw.chew.clickup4j.api.entities.Member.Role
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.AutomaticProgressCustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.CheckboxCustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.CurrencyCustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.CustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.DateCustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.EmailCustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.EmojiCustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.LabelsCustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.LocationCustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.ManualProgressCustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.NumberCustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.PhoneCustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.ShortTextCustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.TasksCustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.TextCustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.URLCustomFieldImpl
 
getValue() - Method in class pw.chew.clickup4j.internal.entities.customfields.UsersCustomFieldImpl
 
getVersion() - Method in interface pw.chew.clickup4j.api.entities.Attachment
The version of the attachment.
getVersion() - Method in class pw.chew.clickup4j.internal.entities.AttachmentImpl
 
getWatchers() - Method in interface pw.chew.clickup4j.api.entities.Task
Returns the watchers for this task.
getWatchers() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
getWorkspaceId() - Method in interface pw.chew.clickup4j.api.entities.Goal
The ID of the workspace this goal is in.
getWorkspaceId() - Method in interface pw.chew.clickup4j.api.entities.Webhook
The workspace this webhook belongs to.
getWorkspaceId() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
getWorkspaceId() - Method in class pw.chew.clickup4j.internal.entities.WebhookImpl
 
Goal - Interface in pw.chew.clickup4j.api.entities
Goals
Goal() - Constructor for class pw.chew.clickup4j.internal.requests.Route.Goal
 
GoalImpl - Class in pw.chew.clickup4j.internal.entities
 
GoalImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.GoalImpl
 
GUEST - Enum constant in enum class pw.chew.clickup4j.api.entities.Member.Role
Cannot be added to spaces, and must be invited to lists, docs, or tasks.

H

hasTypeConfig() - Method in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Returns if this field has custom type config.
HIGH - Enum constant in enum class pw.chew.clickup4j.api.entities.Task.Priority
 
httpClient - Variable in class pw.chew.clickup4j.api.ClickUp4jBuilder
 
httpClientBuilder - Variable in class pw.chew.clickup4j.api.ClickUp4jBuilder
 

I

ICustomField - Interface in pw.chew.clickup4j.api.entities.customfields
Interface for custom fields.
includeEntireWorkspace() - Method in interface pw.chew.clickup4j.api.entities.customfields.UsersCustomField
Whether the entire workspace can show up in the field response.
includeEntireWorkspace() - Method in class pw.chew.clickup4j.internal.entities.customfields.UsersCustomFieldImpl
 
includeTeams() - Method in interface pw.chew.clickup4j.api.entities.customfields.UsersCustomField
Whether teams may show up in the field response.
includeTeams() - Method in class pw.chew.clickup4j.internal.entities.customfields.UsersCustomFieldImpl
 
isArchived() - Method in interface pw.chew.clickup4j.api.entities.Goal
Whether this goal is archived, meaning it is no longer visible to users.
isArchived() - Method in interface pw.chew.clickup4j.api.entities.Space
Returns if this Space is archived, meaning it is no longer visible to users.
isArchived() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
isArchived() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
isArchived() - Method in class pw.chew.clickup4j.internal.entities.SpaceImpl
 
isArchived() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
isArchivedSubTaskTrackingEnabled() - Method in interface pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField
 
isArchivedSubTaskTrackingEnabled() - Method in class pw.chew.clickup4j.internal.entities.customfields.AutomaticProgressCustomFieldImpl
 
isAssignedCommentTrackingEnabled() - Method in interface pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField
 
isAssignedCommentTrackingEnabled() - Method in class pw.chew.clickup4j.internal.entities.customfields.AutomaticProgressCustomFieldImpl
 
isChecklistTrackingEnabled() - Method in interface pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField
 
isChecklistTrackingEnabled() - Method in class pw.chew.clickup4j.internal.entities.customfields.AutomaticProgressCustomFieldImpl
 
isCompleted() - Method in interface pw.chew.clickup4j.api.entities.Target
Returns if this target is completed.
isCompleted() - Method in class pw.chew.clickup4j.internal.entities.TargetImpl
 
isDueDateTime() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
isDueDateTime() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
isMultipleAssignees() - Method in interface pw.chew.clickup4j.api.entities.Space
Returns if the Multiple Assignees feature is enabled for this space.
isMultipleAssignees() - Method in class pw.chew.clickup4j.internal.entities.SpaceImpl
 
isMultipleOwners() - Method in interface pw.chew.clickup4j.api.entities.Goal
Whether this goal can have multiple owners.
isMultipleOwners() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
isPrivate() - Method in interface pw.chew.clickup4j.api.entities.Goal
Whether this goal is private, meaning users must be invited to view it.
isPrivate() - Method in interface pw.chew.clickup4j.api.entities.Space
Checks if this space is private, meaning members must be invited to see it.
isPrivate() - Method in class pw.chew.clickup4j.internal.entities.GoalImpl
 
isPrivate() - Method in class pw.chew.clickup4j.internal.entities.SpaceImpl
 
isRequired() - Method in interface pw.chew.clickup4j.api.entities.customfields.ICustomField
Whether this is a required field.
isRequired() - Method in class pw.chew.clickup4j.internal.entities.customfields.CustomFieldImpl
 
isResolved() - Method in interface pw.chew.clickup4j.api.entities.Checklist.Item
Returns whether this item is marked as complete.
isResolved() - Method in class pw.chew.clickup4j.internal.entities.ChecklistImpl.ItemImpl
 
isRunning() - Method in class pw.chew.clickup4j.internal.webhooks.WebhookServer
 
isSingleUser() - Method in interface pw.chew.clickup4j.api.entities.customfields.UsersCustomField
Whether this allows multiple values.
isSingleUser() - Method in class pw.chew.clickup4j.internal.entities.customfields.UsersCustomFieldImpl
 
isStartDateTime() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
isStartDateTime() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
isSubtaskRollupEnabled() - Method in interface pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField
 
isSubtaskRollupEnabled() - Method in class pw.chew.clickup4j.internal.entities.customfields.AutomaticProgressCustomFieldImpl
 
isSubTaskTrackingEnabled() - Method in interface pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField
 
isSubTaskTrackingEnabled() - Method in class pw.chew.clickup4j.internal.entities.customfields.AutomaticProgressCustomFieldImpl
 
ItemImpl(JSONObject) - Constructor for class pw.chew.clickup4j.internal.entities.ChecklistImpl.ItemImpl
 
ItemImpl(JSONObject, Checklist.Item) - Constructor for class pw.chew.clickup4j.internal.entities.ChecklistImpl.ItemImpl
 

J

JSON - Static variable in class pw.chew.clickup4j.internal.requests.Requester
 

L

LabelImpl(Object) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.LabelsCustomFieldImpl.LabelImpl
 
LabelImpl(JSONObject) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.LabelsCustomFieldImpl.LabelImpl
 
LABELS - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents a label field.
LabelsCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
Labels Custom Field
LabelsCustomField.Label - Interface in pw.chew.clickup4j.api.entities.customfields
A single label option.
LabelsCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
LabelsCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.LabelsCustomFieldImpl
 
LabelsCustomFieldImpl.LabelImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
List() - Constructor for class pw.chew.clickup4j.internal.requests.Route.List
 
LOCATION - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents a location field.
LocationCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
Location Custom Field
LocationCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
LocationCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.LocationCustomFieldImpl
 
LOW - Enum constant in enum class pw.chew.clickup4j.api.entities.Task.Priority
 

M

MANUAL_PROGRESS - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents a manual progress field.
ManualProgressCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
 
ManualProgressCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
ManualProgressCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.ManualProgressCustomFieldImpl
 
Member - Interface in pw.chew.clickup4j.api.entities
A member is a simple wrapper for a User.
MEMBER - Enum constant in enum class pw.chew.clickup4j.api.entities.Member.Role
Has access to public spaces, docs, and dashboards.
Member.Role - Enum Class in pw.chew.clickup4j.api.entities
 
MemberImpl - Class in pw.chew.clickup4j.internal.entities
 
MemberImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.MemberImpl
 

N

NONE - Enum constant in enum class pw.chew.clickup4j.api.entities.Task.Priority
 
NORMAL - Enum constant in enum class pw.chew.clickup4j.api.entities.Task.Priority
 
NUMBER - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents a number field.
NumberCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
 
NumberCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
NumberCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.NumberCustomFieldImpl
 

O

overrideStatuses() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
overrideStatuses() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
OWNER - Enum constant in enum class pw.chew.clickup4j.api.entities.Member.Role
The owner of the workspace, and has full access to the workspace.

P

PHONE - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents a phone field.
PhoneCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
Phone Custom Field
PhoneCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
PhoneCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.PhoneCustomFieldImpl
 
pw.chew.clickup4j.api - package pw.chew.clickup4j.api
 
pw.chew.clickup4j.api.entities - package pw.chew.clickup4j.api.entities
 
pw.chew.clickup4j.api.entities.customfields - package pw.chew.clickup4j.api.entities.customfields
 
pw.chew.clickup4j.api.entities.managers - package pw.chew.clickup4j.api.entities.managers
 
pw.chew.clickup4j.internal - package pw.chew.clickup4j.internal
 
pw.chew.clickup4j.internal.entities - package pw.chew.clickup4j.internal.entities
 
pw.chew.clickup4j.internal.entities.customfields - package pw.chew.clickup4j.internal.entities.customfields
 
pw.chew.clickup4j.internal.entities.managers - package pw.chew.clickup4j.internal.entities.managers
 
pw.chew.clickup4j.internal.requests - package pw.chew.clickup4j.internal.requests
 
pw.chew.clickup4j.internal.webhooks - package pw.chew.clickup4j.internal.webhooks
 

Q

queue(Consumer<T>) - Method in class pw.chew.clickup4j.internal.requests.Requester
Queues this request.
queue(Consumer<T>, Consumer<Throwable>) - Method in class pw.chew.clickup4j.internal.requests.Requester
 

R

removeAssignee(User) - Method in interface pw.chew.clickup4j.api.entities.managers.TaskManager
Removes an assignee from this task.
removeAssignee(User) - Method in class pw.chew.clickup4j.internal.entities.managers.TaskManagerImpl
 
removeAssignees(User...) - Method in interface pw.chew.clickup4j.api.entities.managers.TaskManager
Removes multiple assignees from this task.
removeAssignees(User...) - Method in class pw.chew.clickup4j.internal.entities.managers.TaskManagerImpl
 
Requester<T> - Class in pw.chew.clickup4j.internal.requests
 
Requester(OkHttpClient, Request, Function<String, T>) - Constructor for class pw.chew.clickup4j.internal.requests.Requester
 
resolve() - Method in interface pw.chew.clickup4j.api.entities.Task
Resolves missing fields in this task.
resolve() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
retrieveGoal(String) - Method in interface pw.chew.clickup4j.api.ClickUp4j
Retrieve a specific goal by ID.
retrieveGoal(String) - Method in class pw.chew.clickup4j.internal.ClickUp4jImpl
 
retrieveGoals() - Method in interface pw.chew.clickup4j.api.entities.Workspace
Retrieves a list of goals in this workspace.
retrieveGoals() - Method in class pw.chew.clickup4j.internal.entities.WorkspaceImpl
 
retrieveGoals(String) - Method in interface pw.chew.clickup4j.api.ClickUp4j
Retrieves a list of goals for the specified workspace.
retrieveGoals(String) - Method in class pw.chew.clickup4j.internal.ClickUp4jImpl
 
retrieveParent() - Method in interface pw.chew.clickup4j.api.entities.Task
Retrieves the parent task of this task.
retrieveParent() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
retrieveSelfUser() - Method in interface pw.chew.clickup4j.api.ClickUp4j
Retrieves the currently logged-in User.
retrieveSelfUser() - Method in class pw.chew.clickup4j.internal.ClickUp4jImpl
 
retrieveSpace() - Method in interface pw.chew.clickup4j.api.entities.Task
 
retrieveSpace() - Method in interface pw.chew.clickup4j.api.entities.TaskList
 
retrieveSpace() - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
retrieveSpace() - Method in class pw.chew.clickup4j.internal.entities.TaskListImpl
 
retrieveSpace(String) - Method in interface pw.chew.clickup4j.api.ClickUp4j
Retrieves a space by ID.
retrieveSpace(String) - Method in class pw.chew.clickup4j.internal.ClickUp4jImpl
 
retrieveTask(String) - Method in interface pw.chew.clickup4j.api.ClickUp4j
Retrieves a single task by ID.
retrieveTask(String) - Method in class pw.chew.clickup4j.internal.ClickUp4jImpl
 
retrieveTasks(String) - Method in interface pw.chew.clickup4j.api.ClickUp4j
Returns a list of tasks in a specified list ID.
retrieveTasks(String) - Method in class pw.chew.clickup4j.internal.ClickUp4jImpl
 
retrieveWebhooks(String) - Method in interface pw.chew.clickup4j.api.ClickUp4j
Retrieves a list of webhooks for the specified workspace.
retrieveWebhooks(String) - Method in class pw.chew.clickup4j.internal.ClickUp4jImpl
 
retrieveWorkspaces() - Method in interface pw.chew.clickup4j.api.ClickUp4j
Retrieves a list of workspaces the currently authenticated user can access.
retrieveWorkspaces() - Method in class pw.chew.clickup4j.internal.ClickUp4jImpl
 
Route - Class in pw.chew.clickup4j.internal.requests
 
Route(String, String) - Constructor for class pw.chew.clickup4j.internal.requests.Route
 
Route.Authorization - Class in pw.chew.clickup4j.internal.requests
 
Route.Goal - Class in pw.chew.clickup4j.internal.requests
 
Route.List - Class in pw.chew.clickup4j.internal.requests
 
Route.Space - Class in pw.chew.clickup4j.internal.requests
 
Route.Task - Class in pw.chew.clickup4j.internal.requests
 
Route.Webhook - Class in pw.chew.clickup4j.internal.requests
 
Route.Workspace - Class in pw.chew.clickup4j.internal.requests
 

S

save(Consumer<Task>) - Method in interface pw.chew.clickup4j.api.entities.managers.TaskManager
 
save(Consumer<Task>) - Method in class pw.chew.clickup4j.internal.entities.managers.TaskManagerImpl
 
save(Consumer<T>) - Method in interface pw.chew.clickup4j.api.entities.managers.GenericManager
Saves the entity.
save(Consumer<T>) - Method in class pw.chew.clickup4j.internal.entities.managers.GenericManagerImpl
 
setDescription(String) - Method in interface pw.chew.clickup4j.api.entities.managers.TaskManager
Changes the description of this task.
setDescription(String) - Method in class pw.chew.clickup4j.internal.entities.managers.TaskManagerImpl
 
setHttpClient(OkHttpClient) - Method in class pw.chew.clickup4j.api.ClickUp4jBuilder
Sets the OkHttpClient that will be used by the requester.
setHttpClientBuilder(OkHttpClient.Builder) - Method in class pw.chew.clickup4j.api.ClickUp4jBuilder
Sets the Builder that will be used by the requester.
setName(String) - Method in interface pw.chew.clickup4j.api.entities.managers.TaskManager
Changes the name of this task.
setName(String) - Method in class pw.chew.clickup4j.internal.entities.managers.TaskManagerImpl
 
setParent(Task) - Method in interface pw.chew.clickup4j.api.entities.managers.TaskManager
Sets the parent task of this task.
setParent(Task) - Method in class pw.chew.clickup4j.internal.entities.managers.TaskManagerImpl
 
setPort(int) - Method in class pw.chew.clickup4j.internal.webhooks.WebhookServer
 
setPriority(Task.Priority) - Method in class pw.chew.clickup4j.internal.entities.managers.TaskManagerImpl
 
setPriority(Task.Priority) - Method in interface pw.chew.clickup4j.api.entities.managers.TaskManager
Sets the priority of this task.
setSecret(String) - Method in class pw.chew.clickup4j.internal.webhooks.WebhookServer
 
setStatus(Task.Status) - Method in class pw.chew.clickup4j.internal.entities.managers.TaskManagerImpl
 
setStatus(Task.Status) - Method in interface pw.chew.clickup4j.api.entities.managers.TaskManager
Sets the status of this task.
setTimeEstimate(Duration) - Method in interface pw.chew.clickup4j.api.entities.managers.TaskManager
Sets the time estimate of this task.
setTimeEstimate(Duration) - Method in class pw.chew.clickup4j.internal.entities.managers.TaskManagerImpl
 
setToken(String) - Method in class pw.chew.clickup4j.api.ClickUp4jBuilder
Sets the token that will be used by the ClickUp4j instance to log in when ClickUp4jBuilder.build() is called.
setWebhookEndpoint(String) - Method in class pw.chew.clickup4j.api.ClickUp4jBuilder
Sets the webhook endpoint that the ClickUp4j instance will use.
setWebhookPort(int) - Method in class pw.chew.clickup4j.api.ClickUp4jBuilder
Sets the webhook port that the ClickUp4j instance will use.
SHORT_TEXT - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents a short text field.
ShortTextCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
 
ShortTextCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
ShortTextCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.ShortTextCustomFieldImpl
 
shouldIncludeGuests() - Method in interface pw.chew.clickup4j.api.entities.customfields.UsersCustomField
Whether guests may show up in this field.
shouldIncludeGuests() - Method in class pw.chew.clickup4j.internal.entities.customfields.UsersCustomFieldImpl
 
Space - Interface in pw.chew.clickup4j.api.entities
Represents a space in ClickUp.
Space() - Constructor for class pw.chew.clickup4j.internal.requests.Route.Space
 
SpaceImpl - Class in pw.chew.clickup4j.internal.entities
 
SpaceImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.SpaceImpl
 
start() - Method in class pw.chew.clickup4j.internal.webhooks.WebhookServer
 
startWebhookServer(String) - Method in interface pw.chew.clickup4j.api.ClickUp4j
Starts a webhook server with the settings provided from the ClickUp4jBuilder.
startWebhookServer(String) - Method in class pw.chew.clickup4j.internal.ClickUp4jImpl
 
StatusImpl(JSONObject) - Constructor for class pw.chew.clickup4j.internal.entities.TaskImpl.StatusImpl
 
StatusImpl(JSONObject) - Constructor for class pw.chew.clickup4j.internal.entities.TaskListImpl.StatusImpl
 
stop() - Method in class pw.chew.clickup4j.internal.webhooks.WebhookServer
 
stopWebhookServer() - Method in interface pw.chew.clickup4j.api.ClickUp4j
Shuts down the webhook server.
stopWebhookServer() - Method in class pw.chew.clickup4j.internal.ClickUp4jImpl
 
SUSPENDED - Enum constant in enum class pw.chew.clickup4j.api.entities.Webhook.Health
From the ClickUp API docs:

T

Target - Interface in pw.chew.clickup4j.api.entities
Goal Targets
TargetImpl - Class in pw.chew.clickup4j.internal.entities
 
TargetImpl(JSONObject, ClickUp4j, Goal) - Constructor for class pw.chew.clickup4j.internal.entities.TargetImpl
 
Task - Interface in pw.chew.clickup4j.api.entities
ClickUp Task
Task() - Constructor for class pw.chew.clickup4j.internal.requests.Route.Task
 
Task.Priority - Enum Class in pw.chew.clickup4j.api.entities
Represents the priority of a task.
Task.Status - Interface in pw.chew.clickup4j.api.entities
Represents a status of a task.
TaskImpl - Class in pw.chew.clickup4j.internal.entities
 
TaskImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.TaskImpl
 
TaskImpl.StatusImpl - Class in pw.chew.clickup4j.internal.entities
 
TaskList - Interface in pw.chew.clickup4j.api.entities
 
TaskListImpl - Class in pw.chew.clickup4j.internal.entities
 
TaskListImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.TaskListImpl
 
TaskListImpl.StatusImpl - Class in pw.chew.clickup4j.internal.entities
 
TaskManager - Interface in pw.chew.clickup4j.api.entities.managers
This manager class is used to interact with tasks.
TaskManagerImpl - Class in pw.chew.clickup4j.internal.entities.managers
 
TaskManagerImpl(ClickUp4j, String) - Constructor for class pw.chew.clickup4j.internal.entities.managers.TaskManagerImpl
 
TASKS - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents a task field, may return a task.
TasksCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
 
TasksCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
TasksCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.TasksCustomFieldImpl
 
TEXT - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents a text field.
TextCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
Text Custom Field
TextCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
TextCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.TextCustomFieldImpl
 
TimelineEntry - Interface in pw.chew.clickup4j.api.entities
Timeline Entry
TimelineEntryImpl - Class in pw.chew.clickup4j.internal.entities
 
TimelineEntryImpl(JSONObject, ClickUp4j, List<Target>) - Constructor for class pw.chew.clickup4j.internal.entities.TimelineEntryImpl
 
TimelineEntryImpl(JSONObject, ClickUp4j, Target) - Constructor for class pw.chew.clickup4j.internal.entities.TimelineEntryImpl
 
token - Variable in class pw.chew.clickup4j.api.ClickUp4jBuilder
 

U

UNKNOWN - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField.CompleteOn
 
UNKNOWN - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents a new field unknown to this library.
UNKNOWN - Enum constant in enum class pw.chew.clickup4j.api.entities.Member.Role
Placeholder for a role unknown to this library.
UNKNOWN - Enum constant in enum class pw.chew.clickup4j.api.entities.Task.Priority
 
UPDATE_TASK - Static variable in class pw.chew.clickup4j.internal.requests.Route.Task
 
UPDATE_WEBHOOK - Static variable in class pw.chew.clickup4j.internal.requests.Route.Webhook
 
UPLOAD_ATTACHMENT - Static variable in class pw.chew.clickup4j.internal.requests.Route.Task
 
uploadAttachment(File, String) - Method in interface pw.chew.clickup4j.api.entities.Task
Uploads the specified File to this task.
uploadAttachment(File, String) - Method in class pw.chew.clickup4j.internal.entities.TaskImpl
 
URGENT - Enum constant in enum class pw.chew.clickup4j.api.entities.Task.Priority
 
URL - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents a URL field.
URLCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
URL Custom Field
URLCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
URLCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.URLCustomFieldImpl
 
User - Interface in pw.chew.clickup4j.api.entities
ClickUp User
UserImpl - Class in pw.chew.clickup4j.internal.entities
 
UserImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.UserImpl
 
USERS - Enum constant in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Represents a user field, may return a user.
UsersCustomField - Interface in pw.chew.clickup4j.api.entities.customfields
 
UsersCustomFieldImpl - Class in pw.chew.clickup4j.internal.entities.customfields
 
UsersCustomFieldImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.customfields.UsersCustomFieldImpl
 
useWebhookServer - Variable in class pw.chew.clickup4j.api.ClickUp4jBuilder
 
useWebhookServer(boolean) - Method in class pw.chew.clickup4j.api.ClickUp4jBuilder
Sets whether the ClickUp4j instance will use the webhook server.
useWebhookServer(boolean, String, int) - Method in class pw.chew.clickup4j.api.ClickUp4jBuilder
Have your cake and eat it too! This is the method that completely builds and uses the webhook server.

V

valueOf(String) - Static method in enum class pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField.CompleteOn
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pw.chew.clickup4j.api.entities.Member.Role
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pw.chew.clickup4j.api.entities.Task.Priority
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pw.chew.clickup4j.api.entities.Webhook.Health
Returns the enum constant of this class with the specified name.
values() - Static method in enum class pw.chew.clickup4j.api.entities.customfields.AutomaticProgressCustomField.CompleteOn
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pw.chew.clickup4j.api.entities.customfields.CustomFieldType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pw.chew.clickup4j.api.entities.Member.Role
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pw.chew.clickup4j.api.entities.Task.Priority
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pw.chew.clickup4j.api.entities.Webhook.Health
Returns an array containing the constants of this enum class, in the order they are declared.

W

Webhook - Interface in pw.chew.clickup4j.api.entities
Webhook
Webhook() - Constructor for class pw.chew.clickup4j.internal.requests.Route.Webhook
 
Webhook.Health - Enum Class in pw.chew.clickup4j.api.entities
 
webhookEndpoint - Variable in class pw.chew.clickup4j.api.ClickUp4jBuilder
 
WebhookImpl - Class in pw.chew.clickup4j.internal.entities
 
WebhookImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.WebhookImpl
 
webhookPort - Variable in class pw.chew.clickup4j.api.ClickUp4jBuilder
 
WebhookServer - Class in pw.chew.clickup4j.internal.webhooks
 
WebhookServer() - Constructor for class pw.chew.clickup4j.internal.webhooks.WebhookServer
 
Workspace - Interface in pw.chew.clickup4j.api.entities
Workspace
Workspace() - Constructor for class pw.chew.clickup4j.internal.requests.Route.Workspace
 
WorkspaceImpl - Class in pw.chew.clickup4j.internal.entities
 
WorkspaceImpl(JSONObject, ClickUp4j) - Constructor for class pw.chew.clickup4j.internal.entities.WorkspaceImpl
 
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages