Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
AttachmentDto |
TaskAttachmentApi.addAttachment(String id,
String attachmentName,
String attachmentDescription,
String attachmentType,
String url,
File content)
Create
Creates an attachment for a task.
|
AttachmentDto |
TaskAttachmentApi.getAttachment(String id,
String attachmentId)
Get
Retrieves a task attachment by task id and attachment id.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<AttachmentDto> |
TaskAttachmentApi.addAttachmentWithHttpInfo(String id,
String attachmentName,
String attachmentDescription,
String attachmentType,
String url,
File content)
Create
Creates an attachment for a task.
|
List<AttachmentDto> |
TaskAttachmentApi.getAttachments(String id)
Get List
Gets the attachments for a task.
|
ApiResponse<List<AttachmentDto>> |
TaskAttachmentApi.getAttachmentsWithHttpInfo(String id)
Get List
Gets the attachments for a task.
|
ApiResponse<AttachmentDto> |
TaskAttachmentApi.getAttachmentWithHttpInfo(String id,
String attachmentId)
Get
Retrieves a task attachment by task id and attachment id.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
TaskAttachmentApi.addAttachmentAsync(String id,
String attachmentName,
String attachmentDescription,
String attachmentType,
String url,
File content,
ApiCallback<AttachmentDto> _callback)
Create (asynchronously)
Creates an attachment for a task.
|
okhttp3.Call |
TaskAttachmentApi.getAttachmentAsync(String id,
String attachmentId,
ApiCallback<AttachmentDto> _callback)
Get (asynchronously)
Retrieves a task attachment by task id and attachment id.
|
okhttp3.Call |
TaskAttachmentApi.getAttachmentsAsync(String id,
ApiCallback<List<AttachmentDto>> _callback)
Get List (asynchronously)
Gets the attachments for a task.
|
Modifier and Type | Method and Description |
---|---|
AttachmentDto |
AttachmentDto.addLinksItem(AtomLink linksItem) |
AttachmentDto |
AttachmentDto.createTime(Date createTime) |
AttachmentDto |
AttachmentDto.description(String description) |
AttachmentDto |
AttachmentDto.id(String id) |
AttachmentDto |
AttachmentDto.links(List<AtomLink> links) |
AttachmentDto |
AttachmentDto.name(String name) |
AttachmentDto |
AttachmentDto.removalTime(Date removalTime) |
AttachmentDto |
AttachmentDto.rootProcessInstanceId(String rootProcessInstanceId) |
AttachmentDto |
AttachmentDto.taskId(String taskId) |
AttachmentDto |
AttachmentDto.type(String type) |
AttachmentDto |
AttachmentDto.url(String url) |
Copyright © 2022. All rights reserved.