Uses of Class
org.zendesk.client.v2.model.hc.ArticleAttachments
-
Packages that use ArticleAttachments Package Description org.zendesk.client.v2 -
-
Uses of ArticleAttachments in org.zendesk.client.v2
Methods in org.zendesk.client.v2 that return ArticleAttachments Modifier and Type Method Description ArticleAttachmentsZendesk. createUploadArticle(long articleId, File file)Create upload article with inline falseArticleAttachmentsZendesk. createUploadArticle(long articleId, File file, boolean inline)Methods in org.zendesk.client.v2 that return types with arguments of type ArticleAttachments Modifier and Type Method Description List<ArticleAttachments>Zendesk. getAttachmentsFromArticle(Long articleID)protected org.zendesk.client.v2.Zendesk.PagedAsyncCompletionHandler<List<ArticleAttachments>>Zendesk. handleArticleAttachmentsList(String name)Methods in org.zendesk.client.v2 with parameters of type ArticleAttachments Modifier and Type Method Description voidZendesk. deleteArticleAttachment(ArticleAttachments attachment)Delete attachment from article.
-