Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<IdentityLinkDto> |
TaskIdentityLinkApi.getIdentityLinks(String id,
String type)
Get List
Gets the identity links for a task by id, which are the users and groups that are in *some* relation to it (including assignee and owner).
|
ApiResponse<List<IdentityLinkDto>> |
TaskIdentityLinkApi.getIdentityLinksWithHttpInfo(String id,
String type)
Get List
Gets the identity links for a task by id, which are the users and groups that are in *some* relation to it (including assignee and owner).
|
Modifier and Type | Method and Description |
---|---|
void |
TaskIdentityLinkApi.addIdentityLink(String id,
IdentityLinkDto identityLinkDto)
Add
Adds an identity link to a task by id.
|
okhttp3.Call |
TaskIdentityLinkApi.addIdentityLinkAsync(String id,
IdentityLinkDto identityLinkDto,
ApiCallback<Void> _callback)
Add (asynchronously)
Adds an identity link to a task by id.
|
okhttp3.Call |
TaskIdentityLinkApi.addIdentityLinkCall(String id,
IdentityLinkDto identityLinkDto,
ApiCallback _callback)
Build call for addIdentityLink
|
ApiResponse<Void> |
TaskIdentityLinkApi.addIdentityLinkWithHttpInfo(String id,
IdentityLinkDto identityLinkDto)
Add
Adds an identity link to a task by id.
|
void |
TaskIdentityLinkApi.deleteIdentityLink(String id,
IdentityLinkDto identityLinkDto)
Delete
Removes an identity link from a task by id
|
okhttp3.Call |
TaskIdentityLinkApi.deleteIdentityLinkAsync(String id,
IdentityLinkDto identityLinkDto,
ApiCallback<Void> _callback)
Delete (asynchronously)
Removes an identity link from a task by id
|
okhttp3.Call |
TaskIdentityLinkApi.deleteIdentityLinkCall(String id,
IdentityLinkDto identityLinkDto,
ApiCallback _callback)
Build call for deleteIdentityLink
|
ApiResponse<Void> |
TaskIdentityLinkApi.deleteIdentityLinkWithHttpInfo(String id,
IdentityLinkDto identityLinkDto)
Delete
Removes an identity link from a task by id
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
TaskIdentityLinkApi.getIdentityLinksAsync(String id,
String type,
ApiCallback<List<IdentityLinkDto>> _callback)
Get List (asynchronously)
Gets the identity links for a task by id, which are the users and groups that are in *some* relation to it (including assignee and owner).
|
Modifier and Type | Method and Description |
---|---|
IdentityLinkDto |
IdentityLinkDto.groupId(String groupId) |
IdentityLinkDto |
IdentityLinkDto.type(String type) |
IdentityLinkDto |
IdentityLinkDto.userId(String userId) |
Copyright © 2022. All rights reserved.