CallbackDocs

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

Companion:
class

A wrapper type for a RequestEntity whose carried information is unknown.

A wrapper type for a RequestEntity whose carried information is unknown.

This wrapper type is necessary because Scala 3 does not support writing RequestEntity[_].

Companion:
object
Companion:
class

A wrapper type for a Response whose carried information is unknown.

A wrapper type for a Response whose carried information is unknown.

This wrapper type is necessary because Scala 3 does not support writing Response[_]

Companion:
object

Value members

Concrete methods

def apply[A, B](method: Method, entity: RequestEntity[A], response: Response[B]): CallbackDocs

Convenience constructor that wraps the entity and response parameters.

Convenience constructor that wraps the entity and response parameters.

Deprecated methods

@deprecated("Use `CallbackDocs(...).withRequestDocs(docs)` instead of `CallbackDocs(..., requestDocs = docs)`", "1.0.0")
def apply[A, B](method: Method, entity: RequestEntity[A], response: Response[B], requestDocs: Documentation): CallbackDocs
Deprecated