org.camunda.bpm.engine.rest.dto.task
Class GroupDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.task.GroupDto

public class GroupDto
extends Object


Constructor Summary
GroupDto(String id, String name)
           
 
Method Summary
 String getId()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupDto

public GroupDto(String id,
                String name)
Method Detail

getId

public String getId()

getName

public String getName()


Copyright © 2016 camunda services GmbH. All rights reserved.