| Constructor and Description |
|---|
UsersResource()
Creates a new instance of Users
|
| Modifier and Type | Method and Description |
|---|---|
UserResource |
getUser(String userid) |
List<UserEntity> |
getUsers() |
org.codehaus.jettison.json.JSONArray |
getUsersAsJsonArray() |
public List<UserEntity> getUsers()
@Path(value="{userid}/") public UserResource getUser(@PathParam(value="userid") String userid)
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.