Package org.bremersee.keycloak.api.model
Class GroupRepresentation
java.lang.Object
org.bremersee.keycloak.api.model.GroupRepresentation
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2026-08-17T22:28:47.079753199+02:00[Europe/Berlin]",
comments="Generator version: 7.24.0")
public class GroupRepresentation
extends Object
GroupRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRealmRolesItem(String realmRolesItem) addSubGroupsItem(GroupRepresentation subGroupsItem) attributes(Map<String, List<String>> attributes) clientRoles(Map<String, List<String>> clientRoles) description(String description) booleanGet accessGet attributesGet clientRolesGet descriptiongetId()Get idgetName()Get nameGet parentIdgetPath()Get pathGet realmRolesGet subGroupCount@Valid List<@Valid GroupRepresentation> Get subGroupsinthashCode()putAccessItem(String key, Boolean accessItem) putAttributesItem(String key, List<String> attributesItem) putClientRolesItem(String key, List<String> clientRolesItem) realmRoles(List<String> realmRoles) voidvoidsetAttributes(Map<String, List<String>> attributes) voidsetClientRoles(Map<String, List<String>> clientRoles) voidsetDescription(String description) voidvoidvoidsetParentId(String parentId) voidvoidsetRealmRoles(List<String> realmRoles) voidsetSubGroupCount(Long subGroupCount) voidsetSubGroups(List<@Valid GroupRepresentation> subGroups) subGroupCount(Long subGroupCount) subGroups(List<@Valid GroupRepresentation> subGroups) toString()
-
Constructor Details
-
GroupRepresentation
public GroupRepresentation()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
path
-
getPath
Get path- Returns:
- path
-
setPath
-
parentId
-
getParentId
Get parentId- Returns:
- parentId
-
setParentId
-
subGroupCount
-
getSubGroupCount
Get subGroupCount- Returns:
- subGroupCount
-
setSubGroupCount
-
subGroups
-
addSubGroupsItem
-
getSubGroups
Get subGroups- Returns:
- subGroups
-
setSubGroups
-
attributes
-
putAttributesItem
-
getAttributes
Get attributes- Returns:
- attributes
-
setAttributes
-
realmRoles
-
addRealmRolesItem
-
getRealmRoles
Get realmRoles- Returns:
- realmRoles
-
setRealmRoles
-
clientRoles
-
putClientRolesItem
-
getClientRoles
Get clientRoles- Returns:
- clientRoles
-
setClientRoles
-
access
-
putAccessItem
-
getAccess
Get access- Returns:
- access
-
setAccess
-
equals
-
hashCode
public int hashCode() -
toString
-