final case class Operation(tags: List[String] = List.empty, summary: Option[String] = None, description: Option[String] = None, externalDocs: Option[ExternalDocumentation] = None, operationId: Option[String] = None, parameters: List[ReferenceOr[Parameter]] = List.empty, requestBody: Option[ReferenceOr[RequestBody]] = None, responses: Responses = Responses.Empty, callbacks: ListMap[String, ReferenceOr[Callback]] = ListMap.empty, deprecated: Option[Boolean] = None, security: List[SecurityRequirement] = List.empty, servers: List[Server] = List.empty, extensions: ListMap[String, ExtensionValue] = ListMap.empty) extends Product with Serializable

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

Instance Constructors

  1. new Operation(tags: List[String] = List.empty, summary: Option[String] = None, description: Option[String] = None, externalDocs: Option[ExternalDocumentation] = None, operationId: Option[String] = None, parameters: List[ReferenceOr[Parameter]] = List.empty, requestBody: Option[ReferenceOr[RequestBody]] = None, responses: Responses = Responses.Empty, callbacks: ListMap[String, ReferenceOr[Callback]] = ListMap.empty, deprecated: Option[Boolean] = None, security: List[SecurityRequirement] = List.empty, servers: List[Server] = 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 addCallback(key: String, callback: Callback): Operation
  5. def addCallbackReference(key: String, referenceKey: String): Operation
  6. def addDefaultResponse(updated: Response): Operation
  7. def addExtension(key: String, value: ExtensionValue): Operation
  8. def addParameter(param: Parameter): Operation
  9. def addResponse(status: Int, updated: Response): Operation
  10. def addSecurity(updated: SecurityRequirement): Operation
  11. def addServer(server: Server): Operation
  12. def addTag(updated: String): Operation
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def callbacks(updated: ListMap[String, ReferenceOr[Callback]]): Operation
  15. val callbacks: ListMap[String, ReferenceOr[Callback]]
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  17. def deprecated(updated: Boolean): Operation
  18. val deprecated: Option[Boolean]
  19. def description(updated: String): Operation
  20. val description: Option[String]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def extensions(updated: ListMap[String, ExtensionValue]): Operation
  23. val extensions: ListMap[String, ExtensionValue]
  24. def externalDocs(updated: ExternalDocumentation): Operation
  25. val externalDocs: Option[ExternalDocumentation]
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. def operationId(updated: String): Operation
  32. val operationId: Option[String]
  33. val parameters: List[ReferenceOr[Parameter]]
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. def requestBody(updated: RequestBody): Operation
  36. val requestBody: Option[ReferenceOr[RequestBody]]
  37. val responses: Responses
  38. def security(updated: List[SecurityRequirement]): Operation
  39. val security: List[SecurityRequirement]
  40. def servers(updated: List[Server]): Operation
  41. val servers: List[Server]
  42. def summary(updated: String): Operation
  43. val summary: Option[String]
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. val tags: List[String]
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped