GetMenu

object GetMenu extends Endpoint[PizzaAdminServiceOperation, GetMenuRequest, GetMenuError, GetMenuResult, Nothing, Nothing] with Errorable[GetMenuError]
Companion:
class
trait Product
trait Mirror
trait Errorable[GetMenuError]
class Object
trait Matchable
class Any
GetMenu.type

Type members

Inherited classlikes

object Error
Inherited from:
Endpoint

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Inherited methods

final def name: String
Inherited from:
Endpoint

Concrete fields

val error: UnionSchema[GetMenuError]
override val errorable: Option[Errorable[GetMenuError]]
val hints: Hints
val id: ShapeId
val input: Schema[GetMenuRequest]
val output: Schema[GetMenuResult]
val streamedInput: StreamingSchema[Nothing]
val streamedOutput: StreamingSchema[Nothing]