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 IdentityLinkDto
fromIdentityLink(IdentityLink identityLink)
String
getGroupId()
String
getType()
String
getUserId()
void
setGroupId(String groupId)
void
setType(String type)
void
setUserId(String userId)
void
validate()
-
-
-
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()
-
-