public class ParametersForCancelTasks extends Object
cancelTasks.| Constructor and Description |
|---|
ParametersForCancelTasks() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRepositoryId()
The requested repository ID
|
String[] |
getTaskIds()
An array of task IDs.
|
ParametersForCancelTasks |
setRepositoryId(String repositoryId)
Sets the value of the repositoryId parameter and returns the current object, to enable chaining further setters.
|
ParametersForCancelTasks |
setTaskIds(String... taskIds)
Sets the value of the taskIds parameter and returns the current object, to enable chaining further setters.
|
public ParametersForCancelTasks setRepositoryId(String repositoryId)
repositoryId - The requested repository IDParametersForCancelTasks The return valuepublic String getRepositoryId()
String The return valuepublic ParametersForCancelTasks setTaskIds(String... taskIds)
taskIds - An array of task IDs. Leave this parameter empty to cancel the list of all the tasks associated with the current access token.ParametersForCancelTasks The return valuepublic String[] getTaskIds()
String[] The return valueCopyright © 2025. All rights reserved.