Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun getMethod(): HttpMethod
Link copied to clipboard
open override fun getPath(): String
Link copied to clipboard
open override fun getPort(): Int
Link copied to clipboard
open override fun getRequiredAuthRole(): AuthRole
Link copied to clipboard
open override fun parseError(json: String): ErrorResponse
Link copied to clipboard
open override fun parseRequest(json: String): UpdateMenuItemRequest
Link copied to clipboard
open override fun parseResponse(json: String): UpdateMenuItemResponse
Link copied to clipboard
abstract fun updateMenuItem(restaurantId: String, menuId: String, categoryId: String, itemId: String, request: UpdateMenuItemRequest): Promise<E>