| Constructor and Description |
|---|
Player() |
Player(String countryId,
int playerId) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getAge() |
String |
getCountryId() |
String |
getCountryName() |
String |
getName() |
int |
getPlayerId() |
Player |
getPlayerProfile(String countryId,
int playerId,
String type,
String countryName) |
String |
getPlayerProfileFiled(String countryId,
int playerId,
String field) |
String |
getType() |
void |
setAge(byte age) |
void |
setCountryId(String countryId) |
void |
setCountryName(String countryName) |
void |
setName(String name) |
void |
setPlayerId(int playerId) |
void |
setType(String type) |
public Player(String countryId, int playerId)
public Player()
@GET
@Path(value="/details/{filed}")
public String getPlayerProfileFiled(@PathParam(value="countryId")
String countryId,
@PathParam(value="playerId")
int playerId,
@PathParam(value="filed")
String field)
@POST @Path(value="") public Player getPlayerProfile(@PathParam(value="countryId") String countryId, @PathParam(value="playerId") int playerId, @FormParam(value="type") String type, @FormParam(value="countryName") String countryName)
public void setType(String type)
public void setAge(byte age)
public void setCountryId(String countryId)
public void setPlayerId(int playerId)
public void setName(String name)
public void setCountryName(String countryName)
public String getName()
public int getPlayerId()
public String getCountryId()
public String getCountryName()
public byte getAge()
public String getType()
Copyright © 2017 WSO2. All rights reserved.