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.restaurant
/
UpdateRestaurantResult
Update
Restaurant
Result
sealed
interface
UpdateRestaurantResult
Inheritors
Success
InvalidRestaurant
NotFound
Unauthorized
NameAlreadyExists
Members
Types
Invalid
Restaurant
Link copied to clipboard
data
class
InvalidRestaurant
(
val
error
:
String
)
:
UpdateRestaurantResult
Name
Already
Exists
Link copied to clipboard
data
object
NameAlreadyExists
:
UpdateRestaurantResult
Not
Found
Link copied to clipboard
data
object
NotFound
:
UpdateRestaurantResult
Success
Link copied to clipboard
data
class
Success
(
val
restaurantId
:
String
)
:
UpdateRestaurantResult
Unauthorized
Link copied to clipboard
data
object
Unauthorized
:
UpdateRestaurantResult