| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api.domain |
| Modifier and Type | Method and Description |
|---|---|
ExpandableProperty<String> |
User.getGroups() |
| Constructor and Description |
|---|
User(URI self,
String name,
String displayName,
String emailAddress,
boolean active,
ExpandableProperty<String> groups,
Map<String,URI> avatarUris,
String timezone) |
User(URI self,
String name,
String displayName,
String emailAddress,
ExpandableProperty<String> groups,
Map<String,URI> avatarUris,
String timezone)
Deprecated.
since v5.1.0. Use
User(URI,String,String,String,boolean,ExpandableProperty,Map,String) instead. |
User(URI self,
String name,
String displayName,
String accountId,
String emailAddress,
boolean active,
ExpandableProperty<String> groups,
Map<String,URI> avatarUris,
String timezone) |
Copyright © 2022 Atlassian. All rights reserved.