Uses of Class
org.zendesk.client.v2.model.Automation
-
Packages that use Automation Package Description org.zendesk.client.v2 -
-
Uses of Automation in org.zendesk.client.v2
Methods in org.zendesk.client.v2 that return Automation Modifier and Type Method Description AutomationZendesk. createAutomation(Automation automation)AutomationZendesk. getAutomation(long id)AutomationZendesk. updateAutomation(Long automationId, Automation automation)Methods in org.zendesk.client.v2 that return types with arguments of type Automation Modifier and Type Method Description Iterable<Automation>Zendesk. getAutomations()Methods in org.zendesk.client.v2 with parameters of type Automation Modifier and Type Method Description AutomationZendesk. createAutomation(Automation automation)AutomationZendesk. updateAutomation(Long automationId, Automation automation)
-