Implemented paging

WIP
This commit is contained in:
Philipp Czora
2018-09-19 17:18:24 +02:00
parent 3712b8bd97
commit 57a4e42da6
4 changed files with 96 additions and 58 deletions

View File

@@ -22,7 +22,6 @@ public class GroupDto extends HalRepresentation {
private Instant lastModified;
@Pattern(regexp = "^[A-z0-9\\.\\-_@]|[^ ]([A-z0-9\\.\\-_@ ]*[A-z0-9\\.\\-_@]|[^ ])?$")
private String name;
@NotEmpty
private String type;
private Map<String, String> properties;
private List<String> members;