public class GroupResource extends Object implements RestResource
RestResource.HasETag, RestResource.HasLastModified
Modifier and Type | Field and Description |
---|---|
static com.google.inject.TypeLiteral<RestView<GroupResource>> |
GROUP_KIND |
Constructor and Description |
---|
GroupResource(GroupControl control) |
Modifier and Type | Method and Description |
---|---|
GroupControl |
getControl() |
GroupDescription.Basic |
getGroup() |
AccountGroup.UUID |
getGroupUUID() |
String |
getName() |
AccountGroup |
toAccountGroup() |
public static final com.google.inject.TypeLiteral<RestView<GroupResource>> GROUP_KIND
public GroupResource(GroupControl control)
public GroupDescription.Basic getGroup()
public String getName()
public AccountGroup.UUID getGroupUUID()
public AccountGroup toAccountGroup()
public GroupControl getControl()