2122232425262728293031
} public static Result moveTo() { play.data.Form<Move> moveForm = play.data.Form.form(Move.class); Move move = moveForm.bindFromRequest().get(); if (move.id == null) { return badRequest("Missing the 'id' parameter"); }