Callback

sttp.apispec.openapi.Callback
See theCallback companion object
final case class Callback(pathItems: ListMap[String, ReferenceOr[PathItem]])

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 addPathItem(key: String, value: PathItem): Callback
def paths(updated: ListMap[String, ReferenceOr[PathItem]]): Callback

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product