public interface GroupsResource
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
add(Group Group) |
GroupResource |
getGroupSubResource(String id)
Sub-resource locator method, returns individual GroupResource on which
the remainder of the URI is dispatched.
|
Groups |
list() |
javax.ws.rs.core.Response |
remove(String id) |
Groups list()
javax.ws.rs.core.Response add(Group Group)
javax.ws.rs.core.Response remove(String id)
GroupResource getGroupSubResource(String id)
id
- the Group IDCopyright © 2012. All Rights Reserved.