Class GroupDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.identity.GroupDto
-
public class GroupDto extends Object
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description GroupDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GroupDto
fromGroup(Group dbGroup)
static List<GroupDto>
fromGroupList(List<Group> dbGroupList)
String
getId()
String
getName()
String
getType()
void
setId(String id)
void
setName(String name)
void
setType(String type)
void
update(Group dbGroup)
-