Uses of Class
org.zendesk.client.v2.model.Action
-
Packages that use Action Package Description org.zendesk.client.v2.model -
-
Uses of Action in org.zendesk.client.v2.model
Methods in org.zendesk.client.v2.model that return types with arguments of type Action Modifier and Type Method Description List<Action>Automation. getActions()List<Action>Macro. getActions()List<Action>Trigger. getActions()Method parameters in org.zendesk.client.v2.model with type arguments of type Action Modifier and Type Method Description voidAutomation. setActions(List<Action> actions)voidMacro. setActions(List<Action> actions)voidTrigger. setActions(List<Action> actions)
-