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