public class

Category

extends HandshakeObject
java.lang.Object
   ↳ org.mule.modules.handshake.core.HandshakeObject
     ↳ org.mule.modules.handshake.core.Category

Class Overview

Representation of a Category resource in Handshake http://www.handshake-app.com/help/kb/api/category-resource

Summary

Fields
private int categoryPosition
private String id
private String name
private String parent
private String resourceUri
private CategorySubType subType
private List<String> subcategories
[Expand]
Inherited Fields
From class org.mule.modules.handshake.core.HandshakeObject
Public Constructors
Category()
Public Methods
int getCategoryPosition()
String getId()
String getName()
String getParent()
String getResourceUri()
CategorySubType getSubType()
List<String> getSubcategories()
void setCategoryPosition(int categoryPosition)
void setId(String id)
void setName(String name)
void setParent(String parent)
void setResourceUri(String resourceUri)
void setSubType(CategorySubType subType)
void setSubcategories(List<String> subcategories)
[Expand]
Inherited Methods
From class org.mule.modules.handshake.core.HandshakeObject
From class java.lang.Object

Fields

private int categoryPosition

private String id

private String name

private String parent

private String resourceUri

private CategorySubType subType

private List<String> subcategories

Public Constructors

public Category ()

Public Methods

public int getCategoryPosition ()

public String getId ()

public String getName ()

public String getParent ()

public String getResourceUri ()

public CategorySubType getSubType ()

public List<String> getSubcategories ()

public void setCategoryPosition (int categoryPosition)

Parameters
categoryPosition

public void setId (String id)

Parameters
id

public void setName (String name)

Parameters
name

public void setParent (String parent)

Parameters
parent

public void setResourceUri (String resourceUri)

Parameters
resourceUri

public void setSubType (CategorySubType subType)

Parameters
subType

public void setSubcategories (List<String> subcategories)

Parameters
subcategories