public class IdentityLinkQueryObject extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupId |
protected String |
type |
protected String |
userId |
| Constructor and Description |
|---|
IdentityLinkQueryObject(String userId,
String groupId,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupId() |
String |
getType() |
String |
getUserId() |
void |
setGroupId(String groupId) |
void |
setType(String type) |
void |
setUserId(String userId) |
Copyright © 2020 Flowable. All rights reserved.