chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.dto / PasswordDTO

PasswordDTO

data class PasswordDTO : Serializable

Data transfer object for a player password

Author Felix Dimmel

Constructors

<init> PasswordDTO(password: String = "")
Data transfer object for a player password

Properties

password val password: String
The updated password of the player