public class HalIdentityLink extends HalResource<HalIdentityLink>
Modifier and Type | Field and Description |
---|---|
protected String |
groupId |
static HalRelation |
REL_GROUP |
static HalRelation |
REL_TASK |
static HalRelation |
REL_USER |
protected String |
taskId |
protected String |
type |
protected String |
userId |
_embedded, _links, linker
Constructor and Description |
---|
HalIdentityLink() |
Modifier and Type | Method and Description |
---|---|
static HalIdentityLink |
fromIdentityLink(IdentityLink identityLink) |
String |
getGroupId() |
String |
getTaskId() |
String |
getType() |
String |
getUserId() |
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
public static final HalRelation REL_GROUP
public static final HalRelation REL_USER
public static final HalRelation REL_TASK
protected String type
protected String userId
protected String groupId
protected String taskId
public static HalIdentityLink fromIdentityLink(IdentityLink identityLink)
public String getType()
public String getUserId()
public String getGroupId()
public String getTaskId()
Copyright © 2022. All rights reserved.