org.camunda.bpm.engine.rest.dto.task
Class IdentityLinkDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
public class IdentityLinkDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userId
protected String userId
groupId
protected String groupId
type
protected String type
IdentityLinkDto
public IdentityLinkDto()
getUserId
public String getUserId()
setUserId
public void setUserId(String userId)
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
getType
public String getType()
setType
public void setType(String type)
fromIdentityLink
public static IdentityLinkDto fromIdentityLink(IdentityLink identityLink)
validate
public void validate()
Copyright © 2016 camunda services GmbH. All rights reserved.