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