public class

ViewGroup

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

Class Overview

Class for serializing views groups and sorts

Summary

Fields
private String order
private String title
[Expand]
Inherited Fields
From class org.mule.modules.zendesk.model.Entity
Public Constructors
ViewGroup()
Public Methods
String getOrder()
String getTitle()
void setOrder(String order)
void setTitle(String title)
[Expand]
Inherited Methods
From class org.mule.modules.zendesk.model.Entity
From class java.lang.Object

Fields

private String order

private String title

Public Constructors

public ViewGroup ()

Public Methods

public String getOrder ()

public String getTitle ()

public void setOrder (String order)

Parameters
order

public void setTitle (String title)

Parameters
title