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
|
[Expand]
Inherited Methods |
From class
org.mule.modules.zendesk.model.Entity
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
private
List<Event>
events
Public Constructors
Public Methods
public
Long
getAuthorId
()
public
List<Event>
getEvents
()
public
Object
getMetadata
()
public
Long
getTicketId
()
public
void
setAuthorId
(Long authorId)
public
void
setEvents
(List<Event> events)
public
void
setMetadata
(Object metadata)
public
void
setTicketId
(Long ticketId)
public
void
setVia
(Via via)