| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
AttachmentUploadsResponse |
AttachmentsApi.uploadAttachment(String code,
List<File> _file)
Upload attachment.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AttachmentUploadsResponse> |
AttachmentsApi.uploadAttachmentWithHttpInfo(String code,
List<File> _file)
Upload attachment.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
AttachmentsApi.uploadAttachmentAsync(String code,
List<File> _file,
ApiCallback<AttachmentUploadsResponse> _callback)
Upload attachment.
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentUploadsResponse |
AttachmentUploadsResponse.addResultItem(AttachmentGet resultItem) |
static AttachmentUploadsResponse |
AttachmentUploadsResponse.fromJson(String jsonString)
Create an instance of AttachmentUploadsResponse given an JSON string
|
AttachmentUploadsResponse |
AttachmentUploadsResponse.result(List<AttachmentGet> result) |
AttachmentUploadsResponse |
AttachmentUploadsResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.