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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Operation
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addCallback(key: String, callback: Callback): Operation
- def addCallbackReference(key: String, referenceKey: String): Operation
- def addDefaultResponse(updated: Response): Operation
- def addExtension(key: String, value: ExtensionValue): Operation
- def addParameter(param: Parameter): Operation
- def addResponse(status: Int, updated: Response): Operation
- def addSecurity(updated: SecurityRequirement): Operation
- def addServer(server: Server): Operation
- def addTag(updated: String): Operation
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def callbacks(updated: ListMap[String, ReferenceOr[Callback]]): Operation
- val callbacks: ListMap[String, ReferenceOr[Callback]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def deprecated(updated: Boolean): Operation
- val deprecated: Option[Boolean]
- def description(updated: String): Operation
- val description: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def extensions(updated: ListMap[String, ExtensionValue]): Operation
- val extensions: ListMap[String, ExtensionValue]
- def externalDocs(updated: ExternalDocumentation): Operation
- val externalDocs: Option[ExternalDocumentation]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def operationId(updated: String): Operation
- val operationId: Option[String]
- val parameters: List[ReferenceOr[Parameter]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def requestBody(updated: RequestBody): Operation
- val requestBody: Option[ReferenceOr[RequestBody]]
- val responses: Responses
- def security(updated: List[SecurityRequirement]): Operation
- val security: List[SecurityRequirement]
- def servers(updated: List[Server]): Operation
- val servers: List[Server]
- def summary(updated: String): Operation
- val summary: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tags: List[String]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)