public class ProjectCategory extends Resource
apirev, DEFAULT_API_REV, id, restclient, self| Modifier | Constructor and Description |
|---|---|
protected |
ProjectCategory(RestClient restclient,
net.sf.json.JSONObject json)
Creates a category from a JSON payload.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectCategory |
get(RestClient restclient,
String id)
Retrieves the given status record.
|
String |
getDescription() |
String |
getName() |
String |
toString() |
getApiRev, getAuthUri, getBaseUri, getId, getSelf, getUrl, setApiRevprotected ProjectCategory(RestClient restclient, net.sf.json.JSONObject json)
restclient - REST client instancejson - JSON payloadpublic static ProjectCategory get(RestClient restclient, String id) throws JiraException
restclient - REST client instanceid - Internal JIRA ID of the statusJiraException - when the retrieval failspublic String getDescription()
public String getName()
Copyright © 2022. All rights reserved.