Constructors
Category()
Methods
getValue(String)
Retrieves the value of the given field in the category.Available fields: id: The ID of the category; parent: The ID of the parent category; name: The name of the category; fullname: The full name of the category (such as “Support/Product A/bugs”); externalName: The external name of the category; categoryMaster: The ID of the category master; children: A comma-separated list of children IDs; notificationEmail: The value of the email Notification field
load(Integer)
Load object with values from category with given ID.save()
Saves the category and returns its ID.setValue(String,String)
Sets the value of the given field for the category.Available fields: parent: The ID of the parent category; name: The name of the category; externalName: The external name of the category; categoryMaster: The ID of the category master; children: A comma-separated list of children IDs; notificationEmail: The value of the email Notification field