support for managing external managed groups

This commit is contained in:
Sebastian Sdorra
2019-03-21 09:58:36 +01:00
parent 1179fd37fa
commit 3e9f59ef47
9 changed files with 175 additions and 87 deletions

View File

@@ -27,6 +27,7 @@ public class GroupDto extends HalRepresentation {
private String type;
private Map<String, String> properties;
private List<String> members;
private boolean external;
GroupDto(Links links, Embedded embedded) {
super(links, embedded);