Paths

final case class Paths(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): Paths
def addPathItem(path: String, pathItem: PathItem): Paths
def extensions(updated: ListMap[String, ExtensionValue]): Paths
def pathItems(updated: ListMap[String, PathItem]): Paths

Inherited methods

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