@Path(value="private/player") @Consumes(value="application/json") @Produces(value="application/json") public class PlayerResource extends Object
| Constructor and Description |
|---|
PlayerResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
listPlayers()
Returns a
List of the Players managed by the User. |
Copyright © 2017. All rights reserved.