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