c

sttp.tapir.openapi

PathItem

final case class PathItem(summary: Option[String] = None, description: Option[String] = None, get: Option[Operation] = None, put: Option[Operation] = None, post: Option[Operation] = None, delete: Option[Operation] = None, options: Option[Operation] = None, head: Option[Operation] = None, patch: Option[Operation] = None, trace: Option[Operation] = None, servers: List[Server] = List.empty, parameters: List[ReferenceOr[Parameter]] = List.empty, extensions: ListMap[String, ExtensionValue] = ListMap.empty) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PathItem
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PathItem(summary: Option[String] = None, description: Option[String] = None, get: Option[Operation] = None, put: Option[Operation] = None, post: Option[Operation] = None, delete: Option[Operation] = None, options: Option[Operation] = None, head: Option[Operation] = None, patch: Option[Operation] = None, trace: Option[Operation] = None, servers: List[Server] = List.empty, parameters: List[ReferenceOr[Parameter]] = List.empty, extensions: ListMap[String, ExtensionValue] = ListMap.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addExtension(key: String, value: ExtensionValue): PathItem
  5. def addParameter(param: Parameter): PathItem
  6. def addServer(server: Server): PathItem
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def delete(updated: Operation): PathItem
  10. val delete: Option[Operation]
  11. def deleteNoBody: PathItem
  12. def description(updated: String): PathItem
  13. val description: Option[String]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def extensions(updated: ListMap[String, ExtensionValue]): PathItem
  16. val extensions: ListMap[String, ExtensionValue]
  17. def get(updated: Operation): PathItem
  18. val get: Option[Operation]
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def head(updated: Operation): PathItem
  21. val head: Option[Operation]
  22. def headNoBody: PathItem
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def mergeWith(other: PathItem): PathItem
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def options(updated: Operation): PathItem
  29. val options: Option[Operation]
  30. def parameters(updated: List[ReferenceOr[Parameter]]): PathItem
  31. val parameters: List[ReferenceOr[Parameter]]
  32. def patch(updated: Operation): PathItem
  33. val patch: Option[Operation]
  34. def post(updated: Operation): PathItem
  35. val post: Option[Operation]
  36. def put(updated: Operation): PathItem
  37. val put: Option[Operation]
  38. def servers(updated: List[Server]): PathItem
  39. val servers: List[Server]
  40. def summary(updated: String): PathItem
  41. val summary: Option[String]
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def trace(updated: Operation): PathItem
  44. val trace: Option[Operation]
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped