Interface ProjectCategory

All Superinterfaces:
Named, NamedWithDescription, WithId
All Known Implementing Classes:
ProjectCategoryImpl

public interface ProjectCategory extends Named, NamedWithDescription, WithId
Defines a project category in JIRA.
Since:
v4.0
  • Method Details

    • getId

      Long getId()
      Specified by:
      getId in interface WithId
      Returns:
      the unique identifier for this project category
    • getName

      String getName()
      Specified by:
      getName in interface Named
      Returns:
      the user defined name for this project catetory
    • getDescription

      String getDescription()
      Specified by:
      getDescription in interface NamedWithDescription
      Returns:
      the user defined description for this project category