munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.application.usecase.menu
/
ValidityInput
/
Weekly
Weekly
data
class
Weekly
(
val
days
:
List
<
Int
>
)
:
ValidityInput
Members
Members & Extensions
Constructors
Weekly
Link copied to clipboard
constructor
(
days
:
List
<
Int
>
)
Properties
days
Link copied to clipboard
val
days
:
List
<
Int
>
Functions
to
Domain
Link copied to clipboard
open
fun
toDomain
(
)
:
Validity
to
Dto
Link copied to clipboard
fun
ValidityInput
.
toDto
(
)
:
ValidityDto