public class

TicketAudit

extends Entity
java.lang.Object
   ↳ org.mule.modules.zendesk.model.Entity
     ↳ org.mule.modules.zendesk.model.TicketAudit

Class Overview

Audits are a read-only history of all updates to a ticket and the events that occur as a result of these updates. When a Ticket is updated in Zendesk, they store an Audit.

Summary

Fields
private Long authorId
private List<Event> events
private Object metadata
private Long ticketId
private Via via
[Expand]
Inherited Fields
From class org.mule.modules.zendesk.model.Entity
Public Constructors
TicketAudit()
Public Methods
Long getAuthorId()
List<Event> getEvents()
Object getMetadata()
Long getTicketId()
Via getVia()
void setAuthorId(Long authorId)
void setEvents(List<Event> events)
void setMetadata(Object metadata)
void setTicketId(Long ticketId)
void setVia(Via via)
[Expand]
Inherited Methods
From class org.mule.modules.zendesk.model.Entity
From class java.lang.Object

Fields

private Long authorId

private List<Event> events

private Object metadata

private Long ticketId

private Via via

Public Constructors

public TicketAudit ()

Public Methods

public Long getAuthorId ()

public List<Event> getEvents ()

public Object getMetadata ()

public Long getTicketId ()

public Via getVia ()

public void setAuthorId (Long authorId)

Parameters
authorId

public void setEvents (List<Event> events)

Parameters
events

public void setMetadata (Object metadata)

Parameters
metadata

public void setTicketId (Long ticketId)

Parameters
ticketId

public void setVia (Via via)

Parameters
via