| Package | Description |
|---|---|
| org.zendesk.client.v2 | |
| org.zendesk.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Attachment.Upload |
Zendesk.createUpload(String fileName,
byte[] content) |
Attachment.Upload |
Zendesk.createUpload(String fileName,
String contentType,
byte[] content) |
Attachment.Upload |
Zendesk.createUpload(String token,
String fileName,
String contentType,
byte[] content) |
| Modifier and Type | Method and Description |
|---|---|
void |
Zendesk.deleteUpload(Attachment.Upload upload) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment.Upload> |
Topic.getUploads() |
| Modifier and Type | Method and Description |
|---|---|
void |
Topic.setUploads(List<Attachment.Upload> uploads) |
Copyright © 2013–2020. All rights reserved.