Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
void |
TaskApi.claim(String id,
UserIdDto userIdDto)
Claim
Claims a task for a specific user.
|
okhttp3.Call |
TaskApi.claimAsync(String id,
UserIdDto userIdDto,
ApiCallback<Void> _callback)
Claim (asynchronously)
Claims a task for a specific user.
|
okhttp3.Call |
TaskApi.claimCall(String id,
UserIdDto userIdDto,
ApiCallback _callback)
Build call for claim
|
ApiResponse<Void> |
TaskApi.claimWithHttpInfo(String id,
UserIdDto userIdDto)
Claim
Claims a task for a specific user.
|
void |
TaskApi.delegateTask(String id,
UserIdDto userIdDto)
Delegate
Delegates a task to another user.
|
okhttp3.Call |
TaskApi.delegateTaskAsync(String id,
UserIdDto userIdDto,
ApiCallback<Void> _callback)
Delegate (asynchronously)
Delegates a task to another user.
|
okhttp3.Call |
TaskApi.delegateTaskCall(String id,
UserIdDto userIdDto,
ApiCallback _callback)
Build call for delegateTask
|
ApiResponse<Void> |
TaskApi.delegateTaskWithHttpInfo(String id,
UserIdDto userIdDto)
Delegate
Delegates a task to another user.
|
void |
TaskApi.setAssignee(String id,
UserIdDto userIdDto)
Set Assignee
Changes the assignee of a task to a specific user.
|
okhttp3.Call |
TaskApi.setAssigneeAsync(String id,
UserIdDto userIdDto,
ApiCallback<Void> _callback)
Set Assignee (asynchronously)
Changes the assignee of a task to a specific user.
|
okhttp3.Call |
TaskApi.setAssigneeCall(String id,
UserIdDto userIdDto,
ApiCallback _callback)
Build call for setAssignee
|
ApiResponse<Void> |
TaskApi.setAssigneeWithHttpInfo(String id,
UserIdDto userIdDto)
Set Assignee
Changes the assignee of a task to a specific user.
|
Modifier and Type | Method and Description |
---|---|
UserIdDto |
UserIdDto.userId(String userId) |
Copyright © 2022. All rights reserved.