@Path(value="/players")
@Consumes(value={"application/json","application/xml"})
@Produces(value={"application/json","application/xml"})
public class PlayerResource
extends Object
ContactService to
access players.| Constructor and Description |
|---|
PlayerResource() |
| Modifier and Type | Method and Description |
|---|---|
View |
getPlayer(Long id) |
View |
putPlayer(Long id,
View playerView) |
Copyright © 2014–2016. All rights reserved.