Class ProjectCategoryBean

java.lang.Object
com.atlassian.jira.rest.v2.issue.project.ProjectCategoryBean

public class ProjectCategoryBean extends Object
Since:
v6.3
  • Constructor Details

    • ProjectCategoryBean

      public ProjectCategoryBean(ProjectCategory projectCategory, URI self)
    • ProjectCategoryBean

      public ProjectCategoryBean()
  • Method Details

    • getSelf

      public URI getSelf()
    • getId

      public String getId()
    • getDescription

      public String getDescription()
    • getName

      public String getName()
    • toString

      public String toString()
      Overrides:
      toString in class Object