public class NobelPrizesofCategoryResource extends Object
Constructor and Description |
---|
NobelPrizesofCategoryResource(Long nobelPrizeCategoryId)
Constructs this NobelPrizesofCategoryResource from the supplied id.
|
Modifier and Type | Method and Description |
---|---|
List<NobelPrize> |
getNobelprizesOfCategory()
Gets all NobelPrizes of a single NobelPrizeCategory.
|
public NobelPrizesofCategoryResource(Long nobelPrizeCategoryId)
nobelPrizeCategoryId
- ID of the NobelPrizeCategory.@GET @Produces(value={"application/xml","application/json"}) public List<NobelPrize> getNobelprizesOfCategory()
Copyright © 2008–2018. All rights reserved.