public class

Macro

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

Class Overview

Zendesk Macro

Summary

Fields
private Action actions
private Boolean active
private Restriction restriction
private String title
[Expand]
Inherited Fields
From class org.mule.modules.zendesk.model.Entity
Public Constructors
Macro()
Public Methods
Action getActions()
Boolean getActive()
Restriction getRestriction()
String getTitle()
void setActions(Action actions)
void setActive(Boolean active)
void setRestriction(Restriction restriction)
void setTitle(String title)
[Expand]
Inherited Methods
From class org.mule.modules.zendesk.model.Entity
From class java.lang.Object

Fields

private Action actions

private Boolean active

private Restriction restriction

private String title

Public Constructors

public Macro ()

Public Methods

public Action getActions ()

public Boolean getActive ()

public Restriction getRestriction ()

public String getTitle ()

public void setActions (Action actions)

Parameters
actions

public void setActive (Boolean active)

Parameters
active

public void setRestriction (Restriction restriction)

Parameters
restriction

public void setTitle (String title)

Parameters
title