@Path(value="team") public class TeamResource extends Object
| Constructor and Description |
|---|
TeamResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getListOfPlayers(int teamId)
Returns a
List of the Players that belongs to a team. |
javax.ws.rs.core.Response |
getPublicTeams(String sportType,
String locality) |
Copyright © 2018. All rights reserved.