Class IdentityServiceGroupInfoDto
java.lang.Object
org.camunda.community.rest.client.dto.IdentityServiceGroupInfoDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class IdentityServiceGroupInfoDto
extends Object
IdentityServiceGroupInfoDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGroupsItem(IdentityServiceGroupDto groupsItem) addGroupUsersItem(IdentityServiceUserDto groupUsersItem) booleanAn array of group objects.org.openapitools.jackson.nullable.JsonNullable<List<IdentityServiceGroupDto>>An array that contains all users that are member in one of the groups.org.openapitools.jackson.nullable.JsonNullable<List<IdentityServiceUserDto>>groups(List<IdentityServiceGroupDto> groups) groupUsers(List<IdentityServiceUserDto> groupUsers) inthashCode()voidsetGroups(List<IdentityServiceGroupDto> groups) voidsetGroups_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<IdentityServiceGroupDto>> groups) voidsetGroupUsers(List<IdentityServiceUserDto> groupUsers) voidsetGroupUsers_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<IdentityServiceUserDto>> groupUsers) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_GROUPS
- See Also:
-
JSON_PROPERTY_GROUP_USERS
- See Also:
-
-
Constructor Details
-
IdentityServiceGroupInfoDto
public IdentityServiceGroupInfoDto()
-
-
Method Details
-
groups
-
addGroupsItem
-
getGroups
An array of group objects.- Returns:
- groups
-
getGroups_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<IdentityServiceGroupDto>> getGroups_JsonNullable() -
setGroups_JsonNullable
public void setGroups_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<IdentityServiceGroupDto>> groups) -
setGroups
-
groupUsers
-
addGroupUsersItem
-
getGroupUsers
An array that contains all users that are member in one of the groups.- Returns:
- groupUsers
-
getGroupUsers_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<IdentityServiceUserDto>> getGroupUsers_JsonNullable() -
setGroupUsers_JsonNullable
public void setGroupUsers_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<IdentityServiceUserDto>> groupUsers) -
setGroupUsers
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-