com.atlassian.jira.issue.fields.rest.json.beans
Class ProjectCategoryJsonBean

java.lang.Object
  extended by com.atlassian.jira.issue.fields.rest.json.beans.ProjectCategoryJsonBean

public class ProjectCategoryJsonBean
extends Object

Since:
v6.1

Constructor Summary
ProjectCategoryJsonBean()
           
 
Method Summary
static ProjectCategoryJsonBean bean(ProjectCategory projectCategoryObject, JiraBaseUrls urls)
           
 String getDescription()
           
 String getId()
           
 String getName()
           
 String getSelf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectCategoryJsonBean

public ProjectCategoryJsonBean()
Method Detail

getSelf

public String getSelf()

getId

public String getId()

getDescription

public String getDescription()

getName

public String getName()

bean

public static ProjectCategoryJsonBean bean(ProjectCategory projectCategoryObject,
                                           JiraBaseUrls urls)


Copyright © 2002-2013 Atlassian. All Rights Reserved.