public class

EntityResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.zendesk.model.responses.EntityResponse
Known Direct Subclasses

Summary

Fields
private List<ActivityStream> activities
private ActivityStream activity
private Attachment attachment
private List<Attachment> attachments
private TicketAudit audit
private List<TicketAudit> audits
private Automation automation
private List<Automation> automations
private List<Category> categories
private Category category
private TicketComment comment
private List<TicketComment> comments
private Integer count
private Forum forum
private ForumSubscription forumSubscription
private List<ForumSubscription> forumSubscriptions
private List<Forum> forums
private Group group
private GroupMembership groupMembership
private List<GroupMembership> groupMemberships
private List<Group> groups
private List<UserIdentity> identities
private UserIdentity identity
private JobStatus jobStatus
private Locale locale
private List<Locale> locales
private Macro macro
private List<Macro> macros
private String nextPage
private Organization organization
private OrganizationRelated organizationRelated
private List<Organization> organizations
private String previousPage
private Request request
private List<Request> requests
private SatisfactionRating satisfactionRating
private List<SatisfactionRating> satisfactionRatings
private List<SharingAgreement> sharingAgreements
private SuspendedTicket suspendedTicket
private List<SuspendedTicket> suspendedTickets
private Ticket ticket
private TicketField ticketField
private List<TicketField> ticketFields
private TicketMetric ticketMetric
private List<TicketMetric> ticketMetrics
private List<Ticket> tickets
private Topic topic
private TopicComment topicComment
private List<TopicComment> topicComments
private TopicSubscription topicSubscription
private List<TopicSubscription> topicSubscriptions
private TopicVote topicVote
private List<TopicVote> topicVotes
private List<Topic> topics
private Trigger trigger
private List<Trigger> triggers
private FileUpload upload
private User user
private UserRelated userRelated
private List<User> users
private View view
private List<ViewCount> viewCounts
private List<View> views
Public Constructors
EntityResponse()
Public Methods
List<ActivityStream> getActivities()
ActivityStream getActivity()
Attachment getAttachment()
List<Attachment> getAttachments()
TicketAudit getAudit()
List<TicketAudit> getAudits()
Automation getAutomation()
List<Automation> getAutomations()
List<Category> getCategories()
Category getCategory()
TicketComment getComment()
List<TicketComment> getComments()
Integer getCount()
Forum getForum()
ForumSubscription getForumSubscription()
List<ForumSubscription> getForumSubscriptions()
List<Forum> getForums()
Group getGroup()
GroupMembership getGroupMembership()
List<GroupMembership> getGroupMemberships()
List<Group> getGroups()
List<UserIdentity> getIdentities()
UserIdentity getIdentity()
JobStatus getJobStatus()
Locale getLocale()
List<Locale> getLocales()
Macro getMacro()
List<Macro> getMacros()
String getNextPage()
Organization getOrganization()
OrganizationRelated getOrganizationRelated()
List<Organization> getOrganizations()
String getPreviousPage()
Request getRequest()
List<Request> getRequests()
SatisfactionRating getSatisfactionRating()
List<SatisfactionRating> getSatisfactionRatings()
List<SharingAgreement> getSharingAgreements()
SuspendedTicket getSuspendedTicket()
List<SuspendedTicket> getSuspendedTickets()
Ticket getTicket()
TicketField getTicketField()
List<TicketField> getTicketFields()
TicketMetric getTicketMetric()
List<TicketMetric> getTicketMetrics()
List<Ticket> getTickets()
Topic getTopic()
TopicComment getTopicComment()
List<TopicComment> getTopicComments()
TopicSubscription getTopicSubscription()
List<TopicSubscription> getTopicSubscriptions()
TopicVote getTopicVote()
List<TopicVote> getTopicVotes()
List<Topic> getTopics()
Trigger getTrigger()
List<Trigger> getTriggers()
FileUpload getUpload()
User getUser()
UserRelated getUserRelated()
List<User> getUsers()
View getView()
List<ViewCount> getViewCounts()
List<View> getViews()
void setActivities(List<ActivityStream> activities)
void setActivity(ActivityStream activity)
void setAttachment(Attachment attachment)
void setAttachments(List<Attachment> attachments)
void setAudit(TicketAudit audit)
void setAudits(List<TicketAudit> audits)
void setAutomation(Automation automation)
void setAutomations(List<Automation> automations)
void setCategories(List<Category> categories)
void setCategory(Category category)
void setComment(TicketComment comment)
void setComments(List<TicketComment> comments)
void setCount(Integer count)
void setForum(Forum forum)
void setForumSubscription(ForumSubscription forumSubscription)
void setForumSubscriptions(List<ForumSubscription> forumSubscriptions)
void setForums(List<Forum> forums)
void setGroup(Group group)
void setGroupMembership(GroupMembership groupMembership)
void setGroupMemberships(List<GroupMembership> groupMemberships)
void setGroups(List<Group> groups)
void setIdentities(List<UserIdentity> identities)
void setIdentity(UserIdentity identity)
void setJobStatus(JobStatus jobStatus)
void setLocale(Locale locale)
void setLocales(List<Locale> locales)
void setMacro(Macro macro)
void setMacros(List<Macro> macros)
void setNextPage(String nextPage)
void setOrganization(Organization organization)
void setOrganizationRelated(OrganizationRelated organizationRelated)
void setOrganizations(List<Organization> organizations)
void setPreviousPage(String previousPage)
void setRequest(Request request)
void setRequests(List<Request> requests)
void setSatisfactionRating(SatisfactionRating satisfactionRating)
void setSatisfactionRatings(List<SatisfactionRating> satisfactionRatings)
void setSharingAgreements(List<SharingAgreement> sharingAgreements)
void setSuspendedTicket(SuspendedTicket suspendedTicket)
void setSuspendedTickets(List<SuspendedTicket> suspendedTickets)
void setTicket(Ticket ticket)
void setTicketField(TicketField ticketField)
void setTicketFields(List<TicketField> ticketFields)
void setTicketMetric(TicketMetric ticketMetric)
void setTicketMetrics(List<TicketMetric> ticketMetrics)
void setTickets(List<Ticket> tickets)
void setTopic(Topic topic)
void setTopicComment(TopicComment topicComment)
void setTopicComments(List<TopicComment> topicComments)
void setTopicSubscription(TopicSubscription topicSubscription)
void setTopicSubscriptions(List<TopicSubscription> topicSubscriptions)
void setTopicVote(TopicVote topicVote)
void setTopicVotes(List<TopicVote> topicVotes)
void setTopics(List<Topic> topics)
void setTrigger(Trigger trigger)
void setTriggers(List<Trigger> triggers)
void setUpload(FileUpload upload)
void setUser(User user)
void setUserRelated(UserRelated userRelated)
void setUsers(List<User> users)
void setView(View view)
void setViewCounts(List<ViewCount> viewCounts)
void setViews(List<View> views)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private List<ActivityStream> activities

private ActivityStream activity

private Attachment attachment

private List<Attachment> attachments

private TicketAudit audit

private List<TicketAudit> audits

private Automation automation

private List<Automation> automations

private List<Category> categories

private Category category

private TicketComment comment

private List<TicketComment> comments

private Integer count

private Forum forum

private ForumSubscription forumSubscription

private List<ForumSubscription> forumSubscriptions

private List<Forum> forums

private Group group

private GroupMembership groupMembership

private List<GroupMembership> groupMemberships

private List<Group> groups

private List<UserIdentity> identities

private UserIdentity identity

private JobStatus jobStatus

private Locale locale

private List<Locale> locales

private Macro macro

private List<Macro> macros

private String nextPage

private Organization organization

private OrganizationRelated organizationRelated

private List<Organization> organizations

private String previousPage

private Request request

private List<Request> requests

private SatisfactionRating satisfactionRating

private List<SatisfactionRating> satisfactionRatings

private List<SharingAgreement> sharingAgreements

private SuspendedTicket suspendedTicket

private List<SuspendedTicket> suspendedTickets

private Ticket ticket

private TicketField ticketField

private List<TicketField> ticketFields

private TicketMetric ticketMetric

private List<TicketMetric> ticketMetrics

private List<Ticket> tickets

private Topic topic

private TopicComment topicComment

private List<TopicComment> topicComments

private TopicSubscription topicSubscription

private List<TopicSubscription> topicSubscriptions

private TopicVote topicVote

private List<TopicVote> topicVotes

private List<Topic> topics

private Trigger trigger

private List<Trigger> triggers

private FileUpload upload

private User user

private UserRelated userRelated

private List<User> users

private View view

private List<ViewCount> viewCounts

private List<View> views

Public Constructors

public EntityResponse ()

Public Methods

public List<ActivityStream> getActivities ()

public ActivityStream getActivity ()

public Attachment getAttachment ()

public List<Attachment> getAttachments ()

public TicketAudit getAudit ()

public List<TicketAudit> getAudits ()

public Automation getAutomation ()

public List<Automation> getAutomations ()

public List<Category> getCategories ()

public Category getCategory ()

public TicketComment getComment ()

public List<TicketComment> getComments ()

public Integer getCount ()

public Forum getForum ()

public ForumSubscription getForumSubscription ()

public List<ForumSubscription> getForumSubscriptions ()

public List<Forum> getForums ()

public Group getGroup ()

public GroupMembership getGroupMembership ()

public List<GroupMembership> getGroupMemberships ()

public List<Group> getGroups ()

public List<UserIdentity> getIdentities ()

public UserIdentity getIdentity ()

public JobStatus getJobStatus ()

public Locale getLocale ()

public List<Locale> getLocales ()

public Macro getMacro ()

public List<Macro> getMacros ()

public String getNextPage ()

public Organization getOrganization ()

public OrganizationRelated getOrganizationRelated ()

public List<Organization> getOrganizations ()

public String getPreviousPage ()

public Request getRequest ()

public List<Request> getRequests ()

public SatisfactionRating getSatisfactionRating ()

public List<SatisfactionRating> getSatisfactionRatings ()

public List<SharingAgreement> getSharingAgreements ()

public SuspendedTicket getSuspendedTicket ()

public List<SuspendedTicket> getSuspendedTickets ()

public Ticket getTicket ()

public TicketField getTicketField ()

public List<TicketField> getTicketFields ()

public TicketMetric getTicketMetric ()

public List<TicketMetric> getTicketMetrics ()

public List<Ticket> getTickets ()

public Topic getTopic ()

public TopicComment getTopicComment ()

public List<TopicComment> getTopicComments ()

public TopicSubscription getTopicSubscription ()

public List<TopicSubscription> getTopicSubscriptions ()

public TopicVote getTopicVote ()

public List<TopicVote> getTopicVotes ()

public List<Topic> getTopics ()

public Trigger getTrigger ()

public List<Trigger> getTriggers ()

public FileUpload getUpload ()

public User getUser ()

public UserRelated getUserRelated ()

public List<User> getUsers ()

public View getView ()

public List<ViewCount> getViewCounts ()

public List<View> getViews ()

public void setActivities (List<ActivityStream> activities)

Parameters
activities

public void setActivity (ActivityStream activity)

Parameters
activity

public void setAttachment (Attachment attachment)

Parameters
attachment

public void setAttachments (List<Attachment> attachments)

Parameters
attachments

public void setAudit (TicketAudit audit)

Parameters
audit

public void setAudits (List<TicketAudit> audits)

Parameters
audits

public void setAutomation (Automation automation)

Parameters
automation

public void setAutomations (List<Automation> automations)

Parameters
automations

public void setCategories (List<Category> categories)

Parameters
categories

public void setCategory (Category category)

Parameters
category

public void setComment (TicketComment comment)

Parameters
comment

public void setComments (List<TicketComment> comments)

Parameters
comments

public void setCount (Integer count)

Parameters
count

public void setForum (Forum forum)

Parameters
forum

public void setForumSubscription (ForumSubscription forumSubscription)

Parameters
forumSubscription

public void setForumSubscriptions (List<ForumSubscription> forumSubscriptions)

Parameters
forumSubscriptions

public void setForums (List<Forum> forums)

Parameters
forums

public void setGroup (Group group)

Parameters
group

public void setGroupMembership (GroupMembership groupMembership)

Parameters
groupMembership

public void setGroupMemberships (List<GroupMembership> groupMemberships)

Parameters
groupMemberships

public void setGroups (List<Group> groups)

Parameters
groups

public void setIdentities (List<UserIdentity> identities)

Parameters
identities

public void setIdentity (UserIdentity identity)

Parameters
identity

public void setJobStatus (JobStatus jobStatus)

Parameters
jobStatus

public void setLocale (Locale locale)

Parameters
locale

public void setLocales (List<Locale> locales)

Parameters
locales

public void setMacro (Macro macro)

Parameters
macro

public void setMacros (List<Macro> macros)

Parameters
macros

public void setNextPage (String nextPage)

Parameters
nextPage

public void setOrganization (Organization organization)

Parameters
organization

public void setOrganizationRelated (OrganizationRelated organizationRelated)

Parameters
organizationRelated

public void setOrganizations (List<Organization> organizations)

Parameters
organizations

public void setPreviousPage (String previousPage)

Parameters
previousPage

public void setRequest (Request request)

Parameters
request

public void setRequests (List<Request> requests)

Parameters
requests

public void setSatisfactionRating (SatisfactionRating satisfactionRating)

Parameters
satisfactionRating

public void setSatisfactionRatings (List<SatisfactionRating> satisfactionRatings)

Parameters
satisfactionRatings

public void setSharingAgreements (List<SharingAgreement> sharingAgreements)

Parameters
sharingAgreements

public void setSuspendedTicket (SuspendedTicket suspendedTicket)

Parameters
suspendedTicket

public void setSuspendedTickets (List<SuspendedTicket> suspendedTickets)

Parameters
suspendedTickets

public void setTicket (Ticket ticket)

Parameters
ticket

public void setTicketField (TicketField ticketField)

Parameters
ticketField

public void setTicketFields (List<TicketField> ticketFields)

Parameters
ticketFields

public void setTicketMetric (TicketMetric ticketMetric)

Parameters
ticketMetric

public void setTicketMetrics (List<TicketMetric> ticketMetrics)

Parameters
ticketMetrics

public void setTickets (List<Ticket> tickets)

Parameters
tickets

public void setTopic (Topic topic)

Parameters
topic

public void setTopicComment (TopicComment topicComment)

Parameters
topicComment

public void setTopicComments (List<TopicComment> topicComments)

Parameters
topicComments

public void setTopicSubscription (TopicSubscription topicSubscription)

Parameters
topicSubscription

public void setTopicSubscriptions (List<TopicSubscription> topicSubscriptions)

Parameters
topicSubscriptions

public void setTopicVote (TopicVote topicVote)

Parameters
topicVote

public void setTopicVotes (List<TopicVote> topicVotes)

Parameters
topicVotes

public void setTopics (List<Topic> topics)

Parameters
topics

public void setTrigger (Trigger trigger)

Parameters
trigger

public void setTriggers (List<Trigger> triggers)

Parameters
triggers

public void setUpload (FileUpload upload)

Parameters
upload

public void setUser (User user)

Parameters
user

public void setUserRelated (UserRelated userRelated)

Parameters
userRelated

public void setUsers (List<User> users)

Parameters
users

public void setView (View view)

Parameters
view

public void setViewCounts (List<ViewCount> viewCounts)

Parameters
viewCounts

public void setViews (List<View> views)

Parameters
views