@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class FoundGroup extends Object
| Constructor and Description |
|---|
FoundGroup() |
| Modifier and Type | Method and Description |
|---|---|
FoundGroup |
addLabelsItem(GroupLabel labelsItem) |
boolean |
equals(Object o) |
String |
getGroupId()
The ID of the group, if available, which uniquely identifies the group across all Atlassian products.
|
String |
getHtml()
The group name with the matched query string highlighted with the HTML bold tag.
|
List<GroupLabel> |
getLabels()
Get labels
|
String |
getName()
The name of the group.
|
FoundGroup |
groupId(String groupId) |
int |
hashCode() |
FoundGroup |
html(String html) |
FoundGroup |
labels(List<GroupLabel> labels) |
FoundGroup |
name(String name) |
void |
setGroupId(String groupId) |
void |
setHtml(String html) |
void |
setLabels(List<GroupLabel> labels) |
void |
setName(String name) |
String |
toString() |
public FoundGroup name(String name)
public String getName()
public void setName(String name)
public FoundGroup html(String html)
public String getHtml()
public void setHtml(String html)
public FoundGroup labels(List<GroupLabel> labels)
public FoundGroup addLabelsItem(GroupLabel labelsItem)
public List<GroupLabel> getLabels()
public void setLabels(List<GroupLabel> labels)
public FoundGroup groupId(String groupId)
public String getGroupId()
public void setGroupId(String groupId)
Copyright © 2011–2021 Everit Kft.. All rights reserved.