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, getEmbeddedpublic static final HalRelation REL_SELF
protected String id
protected String name
protected String type
public String getId()
HalIdResourcegetId in interface HalIdResourcepublic String getName()
public String getType()
Copyright © 2018. All rights reserved.