Builder6

harness.endpoint.spec.EndpointSpec$.Builder6
class Builder6[PathT, QueryT, AuthT, HeaderT, InputBodyT <: BodyType, OutputBodyT <: BodyType] extends Builder7[PathT, QueryT, AuthT, HeaderT, InputBodyT, OutputBodyT, ApiInternalDefect]

Attributes

Graph
Supertypes
class Builder7[PathT, QueryT, AuthT, HeaderT, InputBodyT, OutputBodyT, ApiInternalDefect]
class Object
trait Matchable
class Any
Known subtypes
class Builder5[PathT, QueryT, AuthT, HeaderT, InputBodyT]
class Builder4[PathT, QueryT, AuthT, HeaderT]
class Builder3[PathT, QueryT, AuthT]
class Builder2[PathT, QueryT]
class Builder1[PathT]
Self type
Builder6[PathT, QueryT, AuthT, HeaderT, InputBodyT, OutputBodyT]

Members list

Value members

Concrete methods

final def /-->[O2](b: body[O2]): Builder7[PathT, QueryT, AuthT, HeaderT, InputBodyT, Encoded[O2], ApiInternalDefect]
final def /-->(b: stream.type): Builder7[PathT, QueryT, AuthT, HeaderT, InputBodyT, Stream, ApiInternalDefect]
final def /-->(b: none.type): Builder7[PathT, QueryT, AuthT, HeaderT, InputBodyT, None, ApiInternalDefect]

Inherited methods

final def /!-->[E](b: errorBody[E]): EndpointSpec[EndpointType[PathT, QueryT, AuthT, HeaderT, InputBodyT, OutputBodyT, E]]

Attributes

Inherited from:
Builder7