Package com.chess.backend.restController.objects
package com.chess.backend.restController.objects
-
ClassesClassDescriptionThis class represents a simple version of the chessboard, which send as a response of the API-Call of
GetChessboardController
.This class is received from the API-Call of theExecutedMoveController
.This class is send as a response from theGetPlayerTurnController
.This class is created via API-Call of theMoveRequestController
.This class is send as a response from the API-Call of theMoveRequestController
.This class is a simple player object for handling an API-Call.This class is created via the API-Call ofNewGameController
.This class represents one simple square of the chessboard (ChessboardObject
).