Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
CommentDto |
TaskCommentApi.createComment(String id,
CommentDto commentDto)
Create
Creates a comment for a task by id.
|
CommentDto |
TaskCommentApi.getComment(String id,
String commentId)
Get
Retrieves a task comment by task id and comment id.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<CommentDto> |
TaskCommentApi.createCommentWithHttpInfo(String id,
CommentDto commentDto)
Create
Creates a comment for a task by id.
|
List<CommentDto> |
TaskCommentApi.getComments(String id)
Get List
Gets the comments for a task by id.
|
ApiResponse<List<CommentDto>> |
TaskCommentApi.getCommentsWithHttpInfo(String id)
Get List
Gets the comments for a task by id.
|
ApiResponse<CommentDto> |
TaskCommentApi.getCommentWithHttpInfo(String id,
String commentId)
Get
Retrieves a task comment by task id and comment id.
|
Modifier and Type | Method and Description |
---|---|
CommentDto |
TaskCommentApi.createComment(String id,
CommentDto commentDto)
Create
Creates a comment for a task by id.
|
okhttp3.Call |
TaskCommentApi.createCommentAsync(String id,
CommentDto commentDto,
ApiCallback<CommentDto> _callback)
Create (asynchronously)
Creates a comment for a task by id.
|
okhttp3.Call |
TaskCommentApi.createCommentCall(String id,
CommentDto commentDto,
ApiCallback _callback)
Build call for createComment
|
ApiResponse<CommentDto> |
TaskCommentApi.createCommentWithHttpInfo(String id,
CommentDto commentDto)
Create
Creates a comment for a task by id.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
TaskCommentApi.createCommentAsync(String id,
CommentDto commentDto,
ApiCallback<CommentDto> _callback)
Create (asynchronously)
Creates a comment for a task by id.
|
okhttp3.Call |
TaskCommentApi.getCommentAsync(String id,
String commentId,
ApiCallback<CommentDto> _callback)
Get (asynchronously)
Retrieves a task comment by task id and comment id.
|
okhttp3.Call |
TaskCommentApi.getCommentsAsync(String id,
ApiCallback<List<CommentDto>> _callback)
Get List (asynchronously)
Gets the comments for a task by id.
|
Modifier and Type | Method and Description |
---|---|
CommentDto |
CommentDto.addLinksItem(AtomLink linksItem) |
CommentDto |
CommentDto.id(String id) |
CommentDto |
CommentDto.links(List<AtomLink> links) |
CommentDto |
CommentDto.message(String message) |
CommentDto |
CommentDto.processInstanceId(String processInstanceId) |
CommentDto |
CommentDto.removalTime(Date removalTime) |
CommentDto |
CommentDto.rootProcessInstanceId(String rootProcessInstanceId) |
CommentDto |
CommentDto.taskId(String taskId) |
CommentDto |
CommentDto.time(Date time) |
CommentDto |
CommentDto.userId(String userId) |
Copyright © 2022. All rights reserved.