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

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

public class IdentityLinkDto
extends Object


Field Summary
protected  String groupId
           
protected  String type
           
protected  String userId
           
 
Constructor Summary
IdentityLinkDto()
           
 
Method Summary
static IdentityLinkDto fromIdentityLink(IdentityLink identityLink)
           
 String getGroupId()
           
 String getType()
           
 String getUserId()
           
 void setGroupId(String groupId)
           
 void setType(String type)
           
 void setUserId(String userId)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userId

protected String userId

groupId

protected String groupId

type

protected String type
Constructor Detail

IdentityLinkDto

public IdentityLinkDto()
Method Detail

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.