Link

sttp.apispec.openapi.Link
See theLink companion object
final case class Link(operationRef: Option[String], operationId: Option[String], parameters: ListMap[String, String], requestBody: Option[String], description: Option[String], server: Option[Server], extensions: ListMap[String, ExtensionValue])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addExtension(key: String, value: ExtensionValue): Link
def addParameter(key: String, value: String): Link
def description(updated: String): Link
def extensions(updated: ListMap[String, ExtensionValue]): Link
def operationId(updated: String): Link
def operationRef(updated: String): Link
def parameters(updated: ListMap[String, String]): Link
def server(updated: Server): Link

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product