reified

smithy4s.example.PizzaAdminServiceOperation$.reified$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
reified.type

Members list

Concise view

Value members

Concrete methods

def book(name: String, town: Option[String]): PizzaAdminServiceOperation[BookInput, Nothing, BookOutput, Nothing, Nothing]
def echo(pathParam: String, body: EchoBody, queryParam: Option[String]): PizzaAdminServiceOperation[EchoInput, Nothing, Unit, Nothing, Nothing]
def headerEndpoint(uppercaseHeader: Option[String], capitalizedHeader: Option[String], lowercaseHeader: Option[String], mixedHeader: Option[String]): PizzaAdminServiceOperation[HeaderEndpointData, Nothing, HeaderEndpointData, Nothing, Nothing]
def roundTrip(label: String, header: Option[String], query: Option[String], body: Option[String]): PizzaAdminServiceOperation[RoundTripData, Nothing, RoundTripData, Nothing, Nothing]
def version(): PizzaAdminServiceOperation[Unit, Nothing, VersionOutput, Nothing, Nothing]

Inherited methods

def transform: PartiallyApplied[PizzaAdminServiceGen[F]]

Attributes

Inherited from:
PizzaAdminServiceGen