| Package | Description |
|---|---|
| org.zendesk.client.v2 | |
| org.zendesk.client.v2.model | |
| org.zendesk.client.v2.model.events |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Zendesk.getAttachment(Attachment attachment) |
Attachment |
Zendesk.getAttachment(long id) |
| Modifier and Type | Method and Description |
|---|---|
void |
Zendesk.deleteAttachment(Attachment attachment) |
Attachment |
Zendesk.getAttachment(Attachment attachment) |
| Modifier and Type | Method and Description |
|---|---|
void |
Zendesk.associateAttachmentsToArticle(String idArticle,
List<Attachment> attachments) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Brand.getLogo() |
Attachment |
User.getPhoto() |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
Topic.getAttachments() |
List<Attachment> |
Attachment.Upload.getAttachments() |
List<Attachment> |
Comment.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
void |
Brand.setLogo(Attachment logo) |
void |
User.setPhoto(Attachment photo) |
| Modifier and Type | Method and Description |
|---|---|
void |
Topic.setAttachments(List<Attachment> attachments) |
void |
Attachment.Upload.setAttachments(List<Attachment> attachments) |
void |
Comment.setAttachments(List<Attachment> attachments) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
CommentEvent.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentEvent.setAttachments(List<Attachment> attachments) |
Copyright © 2013–2020. All rights reserved.