public class KeycloakGroupRepresentation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
name |
protected String |
path |
protected List<KeycloakGroupRepresentation> |
subGroups |
| Constructor and Description |
|---|
KeycloakGroupRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
String |
getPath() |
List<KeycloakGroupRepresentation> |
getSubGroups() |
void |
setId(String id) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setSubGroups(List<KeycloakGroupRepresentation> subGroups) |
protected String id
protected String name
protected String path
protected List<KeycloakGroupRepresentation> subGroups
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getPath()
public void setPath(String path)
public List<KeycloakGroupRepresentation> getSubGroups()
public void setSubGroups(List<KeycloakGroupRepresentation> subGroups)
Copyright © 2021 Flowable. All rights reserved.