@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class GroupDetails extends Object
| Constructor and Description |
|---|
GroupDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGroupId()
The ID of the group, if available, which uniquely identifies the group across all Atlassian products.
|
String |
getName()
The name of the group.
|
GroupDetails |
groupId(String groupId) |
int |
hashCode() |
GroupDetails |
name(String name) |
void |
setGroupId(String groupId) |
void |
setName(String name) |
String |
toString() |
public GroupDetails name(String name)
public String getName()
public void setName(String name)
public GroupDetails groupId(String groupId)
public String getGroupId()
public void setGroupId(String groupId)
Copyright © 2011–2021 Everit Kft.. All rights reserved.