Callback

final case class Callback(pathItems: ListMap[String, PathItem], extensions: ListMap[String, ExtensionValue])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addExtension(key: String, value: ExtensionValue): Callback
def addPathItem(key: String, value: PathItem): Callback
def extensions(updated: ListMap[String, ExtensionValue]): Callback
def pathItems(updated: ListMap[String, PathItem]): Callback

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product