@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class GroupName extends Object
| Constructor and Description |
|---|
GroupName() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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.
|
GroupName |
groupId(String groupId) |
int |
hashCode() |
GroupName |
name(String name) |
void |
setGroupId(String groupId) |
void |
setName(String name) |
String |
toString() |
public String getGroupId()
public void setGroupId(String groupId)
public String getName()
public void setName(String name)
public URI getSelf()
Copyright © 2011–2023 Everit Kft.. All rights reserved.