Builder

Builder for constructing a Link instance.

Report a problem

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

A description of the link.

Link copied to clipboard

Specification-extensions for this link (keys must start with x-).

Link copied to clipboard

The name of an existing, resolvable OAS operation.

Link copied to clipboard

A relative or absolute URI reference to an OAS operation.

Link copied to clipboard

A map of parameters to pass to the operation.

Link copied to clipboard

A literal value or expression to use as a request body.

Link copied to clipboard

A server object to be used by the target operation.

Functions

Link copied to clipboard
inline fun <T : Any> extension(name: String, value: T)

Adds a extension to this link.

Link copied to clipboard
inline fun <T : Any> parameter(name: String, value: T)

Adds a parameter to pass to the linked operation.