backend
/
com.tp2020.backend.controllers.category.dto
/
PutCategoryDto
Put
Category
Dto
class
PutCategoryDto
(id:
Int
, name:
String
?, priority:
String
?)
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
id
Link copied to clipboard
val
id
:
Int
Content copied to clipboard
isValid
Link copied to clipboard
val
isValid
:
Boolean
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
? = null
Content copied to clipboard
priority
Link copied to clipboard
val
priority
:
String
? = null
Content copied to clipboard