public class Comment extends AgileResource
ATTR_ID, ATTR_NAME, ATTR_SELF, RESOURCE_URI| Constructor and Description |
|---|
Comment(RestClient restclient,
net.sf.json.JSONObject json)
Creates a new Agile resource.
|
| Modifier and Type | Method and Description |
|---|---|
User |
getAuthor() |
String |
getBody() |
Date |
getCreated() |
User |
getUpdateAuthor() |
Date |
getUpdated() |
String |
toString() |
getAttribute, getId, getName, getResource, getResourceArray, getRestclient, getSelfURLpublic Comment(RestClient restclient, net.sf.json.JSONObject json) throws JiraException
restclient - REST client instancejson - JSON payloadJiraExceptionCopyright © 2022. All rights reserved.