Class IdentityLinkDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
-
public class IdentityLinkDto extends Object
-
-
Constructor Summary
Constructors Constructor Description IdentityLinkDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdentityLinkDtofromIdentityLink(IdentityLink identityLink)StringgetGroupId()StringgetType()StringgetUserId()voidsetGroupId(String groupId)voidsetType(String type)voidsetUserId(String userId)voidvalidate()
-
-
-
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()
-
-