@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class IdentityServiceGroupInfoDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_GROUP_USERS |
static String |
SERIALIZED_NAME_GROUPS |
Constructor and Description |
---|
IdentityServiceGroupInfoDto() |
Modifier and Type | Method and Description |
---|---|
IdentityServiceGroupInfoDto |
addGroupsItem(IdentityServiceGroupDto groupsItem) |
IdentityServiceGroupInfoDto |
addGroupUsersItem(IdentityServiceUserDto groupUsersItem) |
boolean |
equals(Object o) |
List<IdentityServiceGroupDto> |
getGroups()
An array of group objects.
|
List<IdentityServiceUserDto> |
getGroupUsers()
An array that contains all users that are member in one of the groups.
|
IdentityServiceGroupInfoDto |
groups(List<IdentityServiceGroupDto> groups) |
IdentityServiceGroupInfoDto |
groupUsers(List<IdentityServiceUserDto> groupUsers) |
int |
hashCode() |
void |
setGroups(List<IdentityServiceGroupDto> groups) |
void |
setGroupUsers(List<IdentityServiceUserDto> groupUsers) |
String |
toString() |
public static final String SERIALIZED_NAME_GROUPS
public static final String SERIALIZED_NAME_GROUP_USERS
public IdentityServiceGroupInfoDto groups(List<IdentityServiceGroupDto> groups)
public IdentityServiceGroupInfoDto addGroupsItem(IdentityServiceGroupDto groupsItem)
@Nullable public List<IdentityServiceGroupDto> getGroups()
public void setGroups(List<IdentityServiceGroupDto> groups)
public IdentityServiceGroupInfoDto groupUsers(List<IdentityServiceUserDto> groupUsers)
public IdentityServiceGroupInfoDto addGroupUsersItem(IdentityServiceUserDto groupUsersItem)
@Nullable public List<IdentityServiceUserDto> getGroupUsers()
public void setGroupUsers(List<IdentityServiceUserDto> groupUsers)
Copyright © 2022. All rights reserved.