public class GroupDetails extends Object implements Group, Serializable
Group| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
name |
protected String |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
GroupDetails(String id,
String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
static GroupDetails |
create(Group group) |
static List<GroupDetails> |
create(List<Group> groups) |
String |
getId() |
String |
getName() |
String |
getType() |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(String string) |
protected final String id
protected final String name
protected final String type
public static GroupDetails create(Group group)
public static List<GroupDetails> create(List<Group> groups)
Copyright © 2020 Flowable. All rights reserved.