| Package | Description |
|---|---|
| org.zendesk.client.v2 |
| Modifier and Type | Method and Description |
|---|---|
ArticleAttachments |
Zendesk.createUploadArticle(long articleId,
File file)
Create upload article with inline false
|
ArticleAttachments |
Zendesk.createUploadArticle(long articleId,
File file,
boolean inline) |
| Modifier and Type | Method and Description |
|---|---|
List<ArticleAttachments> |
Zendesk.getAttachmentsFromArticle(Long articleID) |
protected org.zendesk.client.v2.Zendesk.PagedAsyncCompletionHandler<List<ArticleAttachments>> |
Zendesk.handleArticleAttachmentsList(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
Zendesk.deleteArticleAttachment(ArticleAttachments attachment)
Delete attachment from article.
|
Copyright © 2013–2020. All rights reserved.