public class

Trigger

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

Class Overview

Zendesk Triggers

Summary

Fields
private Action action
private Boolean active
private Conditions conditions
private String title
[Expand]
Inherited Fields
From class org.mule.modules.zendesk.model.Entity
Public Constructors
Trigger()
Public Methods
Action getAction()
Boolean getActive()
Conditions getConditions()
String getTitle()
void setAction(Action action)
void setActive(Boolean active)
void setConditions(Conditions conditions)
void setTitle(String title)
[Expand]
Inherited Methods
From class org.mule.modules.zendesk.model.Entity
From class java.lang.Object

Fields

private Action action

private Boolean active

private Conditions conditions

private String title

Public Constructors

public Trigger ()

Public Methods

public Action getAction ()

public Boolean getActive ()

public Conditions getConditions ()

public String getTitle ()

public void setAction (Action action)

Parameters
action

public void setActive (Boolean active)

Parameters
active

public void setConditions (Conditions conditions)

Parameters
conditions

public void setTitle (String title)

Parameters
title