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