toggle menu
Jochens Next Dinner
androidJvm
switch theme
search in API
app
/
be.hogent.jochensnextdinner.model
Package-level
declarations
Types
Types
Cant
Eat
Link copied to clipboard
data
class
CantEat
(
val
localId
:
Long
=
0
,
val
serverId
:
String
?
=
null
,
val
name
:
String
)
This class represents a CantEat entity.
Recipe
Link copied to clipboard
data
class
Recipe
(
val
localId
:
Long
=
0
,
val
serverId
:
String
?
=
null
,
val
slug
:
String
,
val
title
:
String
,
val
ingredients
:
List
<
String
>
,
val
optionalIngredients
:
List
<
String
>
,
val
herbs
:
List
<
String
>
,
val
steps
:
List
<
String
>
,
val
image
:
String
?
)
This class represents a Recipe entity.