object PizzaAdminServiceGen extends Service[PizzaAdminServiceGen, PizzaAdminServiceOperation]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PizzaAdminServiceGen
  2. Service
  3. Provider
  4. HasId
  5. Transformable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class AddMenuItem(input: AddMenuItemRequest) extends PizzaAdminServiceOperation[AddMenuItemRequest, AddMenuItemError, AddMenuItemResult, Nothing, Nothing] with Product with Serializable
  2. sealed trait AddMenuItemError extends Product with Serializable
  3. case class CustomCode(input: CustomCodeInput) extends PizzaAdminServiceOperation[CustomCodeInput, CustomCodeError, CustomCodeOutput, Nothing, Nothing] with Product with Serializable
  4. sealed trait CustomCodeError extends Product with Serializable
  5. case class GetEnum(input: GetEnumInput) extends PizzaAdminServiceOperation[GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing] with Product with Serializable
  6. sealed trait GetEnumError extends Product with Serializable
  7. case class GetIntEnum(input: GetIntEnumInput) extends PizzaAdminServiceOperation[GetIntEnumInput, GetIntEnumError, GetIntEnumOutput, Nothing, Nothing] with Product with Serializable
  8. sealed trait GetIntEnumError extends Product with Serializable
  9. case class GetMenu(input: GetMenuRequest) extends PizzaAdminServiceOperation[GetMenuRequest, GetMenuError, GetMenuResult, Nothing, Nothing] with Product with Serializable
  10. sealed trait GetMenuError extends Product with Serializable
  11. case class HeaderEndpoint(input: HeaderEndpointData) extends PizzaAdminServiceOperation[HeaderEndpointData, HeaderEndpointError, HeaderEndpointData, Nothing, Nothing] with Product with Serializable
  12. sealed trait HeaderEndpointError extends Product with Serializable
  13. case class Health(input: HealthRequest) extends PizzaAdminServiceOperation[HealthRequest, HealthError, HealthResponse, Nothing, Nothing] with Product with Serializable
  14. sealed trait HealthError extends Product with Serializable
  15. case class RoundTrip(input: RoundTripData) extends PizzaAdminServiceOperation[RoundTripData, RoundTripError, RoundTripData, Nothing, Nothing] with Product with Serializable
  16. sealed trait RoundTripError extends Product with Serializable
  17. case class Version() extends PizzaAdminServiceOperation[Unit, VersionError, VersionOutput, Nothing, Nothing] with Product with Serializable
  18. sealed trait VersionError extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[F[_]](implicit F: smithy4s.Monadic[PizzaAdminServiceGen, F]): F.type
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asTransformation[P[_, _, _, _, _]](impl: PizzaAdminServiceGen[P]): Transformation[PizzaAdminServiceOperation, P]
    Definition Classes
    PizzaAdminServiceGen → Service
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def endpoint[I, E, O, SI, SO](op: PizzaAdminServiceOperation[I, E, O, SI, SO]): (I, Endpoint[PizzaAdminServiceOperation, I, E, O, SI, SO])
    Definition Classes
    PizzaAdminServiceGen → Service
  9. val endpoints: List[Endpoint[PizzaAdminServiceOperation, _, _, _, _, _]]
    Definition Classes
    PizzaAdminServiceGen → Service
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val hints: Hints
    Definition Classes
    PizzaAdminServiceGen → Service
  16. val id: ShapeId
    Definition Classes
    PizzaAdminServiceGen → HasId
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val opToEndpoint: Transformation[PizzaAdminServiceOperation, [β$0$, γ$1$, δ$2$, ε$3$, ζ$4$]Endpoint[PizzaAdminServiceOperation, β$0$, γ$1$, δ$2$, ε$3$, ζ$4$]]
    Definition Classes
    Service
  22. val service: Service[PizzaAdminServiceGen, PizzaAdminServiceOperation]
    Definition Classes
    Service → Provider
  23. implicit val serviceInstance: Service[PizzaAdminServiceGen, PizzaAdminServiceOperation]
    Definition Classes
    Service
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def transform[P[_, _, _, _, _], P1[_, _, _, _, _]](alg: PizzaAdminServiceGen[P], transformation: Transformation[P, P1]): PizzaAdminServiceGen[P1]
    Definition Classes
    PizzaAdminServiceGen → Transformable
  27. def transform[P[_, _, _, _, _]](transformation: Transformation[PizzaAdminServiceOperation, P]): PizzaAdminServiceGen[P]
    Definition Classes
    PizzaAdminServiceGen → Service
  28. def transformWithEndpoint[P[_, _, _, _, _], P1[_, _, _, _, _]](alg: PizzaAdminServiceGen[P], transformation: ZippedWithEndpoint[P, PizzaAdminServiceOperation, P1]): PizzaAdminServiceGen[P1]
    Definition Classes
    Service
  29. val version: String
    Definition Classes
    PizzaAdminServiceGen → Service
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. object AddMenuItem extends Endpoint[PizzaAdminServiceOperation, AddMenuItemRequest, AddMenuItemError, AddMenuItemResult, Nothing, Nothing] with Errorable[AddMenuItemError] with Serializable
  34. object AddMenuItemError extends Companion[AddMenuItemError] with Serializable
  35. object CustomCode extends Endpoint[PizzaAdminServiceOperation, CustomCodeInput, CustomCodeError, CustomCodeOutput, Nothing, Nothing] with Errorable[CustomCodeError] with Serializable
  36. object CustomCodeError extends Companion[CustomCodeError] with Serializable
  37. object GetEnum extends Endpoint[PizzaAdminServiceOperation, GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing] with Errorable[GetEnumError] with Serializable
  38. object GetEnumError extends Companion[GetEnumError] with Serializable
  39. object GetIntEnum extends Endpoint[PizzaAdminServiceOperation, GetIntEnumInput, GetIntEnumError, GetIntEnumOutput, Nothing, Nothing] with Errorable[GetIntEnumError] with Serializable
  40. object GetIntEnumError extends Companion[GetIntEnumError] with Serializable
  41. object GetMenu extends Endpoint[PizzaAdminServiceOperation, GetMenuRequest, GetMenuError, GetMenuResult, Nothing, Nothing] with Errorable[GetMenuError] with Serializable
  42. object GetMenuError extends Companion[GetMenuError] with Serializable
  43. object HeaderEndpoint extends Endpoint[PizzaAdminServiceOperation, HeaderEndpointData, HeaderEndpointError, HeaderEndpointData, Nothing, Nothing] with Errorable[HeaderEndpointError] with Serializable
  44. object HeaderEndpointError extends Companion[HeaderEndpointError] with Serializable
  45. object Health extends Endpoint[PizzaAdminServiceOperation, HealthRequest, HealthError, HealthResponse, Nothing, Nothing] with Errorable[HealthError] with Serializable
  46. object HealthError extends Companion[HealthError] with Serializable
  47. object RoundTrip extends Endpoint[PizzaAdminServiceOperation, RoundTripData, RoundTripError, RoundTripData, Nothing, Nothing] with Errorable[RoundTripError] with Serializable
  48. object RoundTripError extends Companion[RoundTripError] with Serializable
  49. object Version extends Endpoint[PizzaAdminServiceOperation, Unit, VersionError, VersionOutput, Nothing, Nothing] with Errorable[VersionError] with Serializable
  50. object VersionError extends Companion[VersionError] with Serializable
  51. object reified extends PizzaAdminServiceGen[PizzaAdminServiceOperation]

Inherited from HasId

Inherited from Transformable[PizzaAdminServiceGen]

Inherited from AnyRef

Inherited from Any

Ungrouped