public class Group extends Object implements Identifiable
Modifier and Type | Class and Description |
---|---|
static class |
Group.Members |
Modifier and Type | Field and Description |
---|---|
String |
description |
String |
email |
String |
id |
Group.Members |
members |
String |
name |
Constructor and Description |
---|
Group() |
Group(String mainIdentifier,
Map<String,List<Object>> modificationsItems) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getGroupsToAdd() |
List<String> |
getGroupsToRemove() |
String |
getId() |
List<String> |
getUsersToAdd() |
List<String> |
getUsersToRemove() |
void |
modify(Map<String,List<Object>> modificationsItems) |
org.lsc.LscDatasets |
toDatasets() |
public String id
public String description
public String name
public String email
public Group.Members members
public org.lsc.LscDatasets toDatasets()
public String getId()
getId
in interface Identifiable
Copyright © 2013-2018. All Rights Reserved.