Class Bowler


  • @Path("/")
    public class Bowler
    extends Player
    Sub-resource class representing a bowler, extending the Player sub-resource.
    • Constructor Detail

      • Bowler

        public Bowler​(java.lang.String countryId,
                      int playerId)
    • Method Detail

      • getBowlerProfileFiled

        @GET
        @Path("/details/{filed}")
        public Bowler getBowlerProfileFiled​(@PathParam("countryId")
                                            java.lang.String countryId,
                                            @PathParam("playerId")
                                            int playerId,
                                            @PathParam("filed")
                                            java.lang.String field)
      • getBowlerType

        @GET
        @Path("/bowlerType")
        public java.lang.String getBowlerType​(@PathParam("countryId")
                                              java.lang.String countryId,
                                              @PathParam("playerId")
                                              int playerId)