public class HalGroup extends HalResource<HalGroup> implements HalIdResource
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
static HalRelation |
REL_SELF |
protected String |
type |
_embedded, _links, linker
Constructor and Description |
---|
HalGroup() |
Modifier and Type | Method and Description |
---|---|
static HalGroup |
fromGroup(Group group) |
String |
getId()
return the identifier of the resource
|
String |
getName() |
String |
getType() |
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
public static final HalRelation REL_SELF
protected String id
protected String name
protected String type
public String getId()
HalIdResource
getId
in interface HalIdResource
public String getName()
public String getType()
Copyright © 2022. All rights reserved.