Callback

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

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]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product