@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class FoundGroups extends Object
| Constructor and Description |
|---|
FoundGroups() |
| Modifier and Type | Method and Description |
|---|---|
FoundGroups |
addGroupsItem(FoundGroup groupsItem) |
boolean |
equals(Object o) |
List<FoundGroup> |
getGroups()
Get groups
|
String |
getHeader()
Header text indicating the number of groups in the response and the total number of groups found in the search.
|
Integer |
getTotal()
The total number of groups found in the search.
|
FoundGroups |
groups(List<FoundGroup> groups) |
int |
hashCode() |
FoundGroups |
header(String header) |
void |
setGroups(List<FoundGroup> groups) |
void |
setHeader(String header) |
void |
setTotal(Integer total) |
String |
toString() |
FoundGroups |
total(Integer total) |
public FoundGroups header(String header)
public String getHeader()
public void setHeader(String header)
public FoundGroups total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
public FoundGroups groups(List<FoundGroup> groups)
public FoundGroups addGroupsItem(FoundGroup groupsItem)
public List<FoundGroup> getGroups()
public void setGroups(List<FoundGroup> groups)
Copyright © 2011–2021 Everit Kft.. All rights reserved.