Uses of Class
org.zendesk.client.v2.model.Attachment
-
Packages that use Attachment Package Description org.zendesk.client.v2 org.zendesk.client.v2.model org.zendesk.client.v2.model.events -
-
Uses of Attachment in org.zendesk.client.v2
Methods in org.zendesk.client.v2 that return Attachment Modifier and Type Method Description AttachmentZendesk. getAttachment(long id)AttachmentZendesk. getAttachment(Attachment attachment)Methods in org.zendesk.client.v2 with parameters of type Attachment Modifier and Type Method Description voidZendesk. deleteAttachment(Attachment attachment)AttachmentZendesk. getAttachment(Attachment attachment)Method parameters in org.zendesk.client.v2 with type arguments of type Attachment Modifier and Type Method Description voidZendesk. associateAttachmentsToArticle(String idArticle, List<Attachment> attachments) -
Uses of Attachment in org.zendesk.client.v2.model
Methods in org.zendesk.client.v2.model that return Attachment Modifier and Type Method Description AttachmentBrand. getLogo()AttachmentUser. getPhoto()Methods in org.zendesk.client.v2.model that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>Attachment.Upload. getAttachments()List<Attachment>Comment. getAttachments()List<Attachment>Topic. getAttachments()Methods in org.zendesk.client.v2.model with parameters of type Attachment Modifier and Type Method Description voidBrand. setLogo(Attachment logo)voidUser. setPhoto(Attachment photo)Method parameters in org.zendesk.client.v2.model with type arguments of type Attachment Modifier and Type Method Description voidAttachment.Upload. setAttachments(List<Attachment> attachments)voidComment. setAttachments(List<Attachment> attachments)voidTopic. setAttachments(List<Attachment> attachments) -
Uses of Attachment in org.zendesk.client.v2.model.events
Methods in org.zendesk.client.v2.model.events that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>CommentEvent. getAttachments()Method parameters in org.zendesk.client.v2.model.events with type arguments of type Attachment Modifier and Type Method Description voidCommentEvent. setAttachments(List<Attachment> attachments)
-