@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class Group extends Object
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getExpand()
Expand options that include additional group details in the response.
|
String |
getGroupId()
The ID of the group, which uniquely identifies the group across all Atlassian products.
|
String |
getName()
The name of group.
|
URI |
getSelf()
The URL for these group details.
|
PagedListUserDetailsApplicationUser |
getUsers()
A paginated list of the users that are members of the group.
|
Group |
groupId(String groupId) |
int |
hashCode() |
Group |
name(String name) |
void |
setGroupId(String groupId) |
void |
setName(String name) |
String |
toString() |
public String getExpand()
public String getGroupId()
public void setGroupId(String groupId)
public String getName()
public void setName(String name)
public URI getSelf()
public PagedListUserDetailsApplicationUser getUsers()
Copyright © 2011–2023 Everit Kft.. All rights reserved.