Packages

case class Operation(_internal: scala.model.domain.Operation) extends AbstractOperation with Linkable with Product with Serializable

Operation model class.

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, Linkable, AbstractOperation, NamedDomainElement, NamedAmfObject, DomainElement, CustomizableElement, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Operation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Linkable
  7. AbstractOperation
  8. NamedDomainElement
  9. NamedAmfObject
  10. DomainElement
  11. CustomizableElement
  12. PlatformSecrets
  13. AmfObjectWrapper
  14. Annotable
  15. AnyRef
  16. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Operation()
    Annotations
    @JSExportTopLevel( "Operation" )
  2. new Operation(_internal: scala.model.domain.Operation)

Type Members

  1. type RequestType = Request
    Definition Classes
    Operation → AbstractOperation
  2. type ResponseType = Response
    Definition Classes
    Operation → AbstractOperation

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Operation to any2stringadd[Operation] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Operation, B)
    Implicit
    This member is added by an implicit conversion from Operation to ArrowAssoc[Operation] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def accepts: ClientList[StrField]
  7. def action: StrField
  8. def annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def bindings: OperationBindings
  11. def callbacks: ClientList[Callback]
  12. def channel: EndPoint
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  14. def contentType: ClientList[StrField]
  15. def customDomainProperties: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  16. def deprecated: BoolField
  17. def description: StrField
    Definition Classes
    AbstractOperation
  18. def documentation: CreativeWork
  19. def ensuring(cond: (Operation) ⇒ Boolean, msg: ⇒ Any): Operation
    Implicit
    This member is added by an implicit conversion from Operation to Ensuring[Operation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (Operation) ⇒ Boolean): Operation
    Implicit
    This member is added by an implicit conversion from Operation to Ensuring[Operation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): Operation
    Implicit
    This member is added by an implicit conversion from Operation to Ensuring[Operation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): Operation
    Implicit
    This member is added by an implicit conversion from Operation to Ensuring[Operation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def extendsNode: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  25. def federationMetadata: OperationFederationMetadata
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. def graph(): Graph
    Definition Classes
    DomainElement
  28. def id: String
    Definition Classes
    DomainElement
  29. def isAbstract: BoolField
  30. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isLink: Boolean
    Definition Classes
    Linkable
  33. def kind: StrField
  34. def link[T](label: String): T
    Definition Classes
    Linkable
  35. def link[T](): T
    Definition Classes
    Linkable
  36. def linkCopy(): Operation
    Definition Classes
    Operation → Linkable
  37. def linkLabel: StrField
    Definition Classes
    Linkable
  38. def linkTarget: core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    Linkable
  39. def method: StrField
    Definition Classes
    AbstractOperation
  40. def name: StrField
    Definition Classes
    AbstractOperation → NamedAmfObject
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  44. def operationId: StrField
  45. def operationMessages: ClientList[Message]
  46. val platform: Platform
    Definition Classes
    PlatformSecrets
  47. def position: PositionRange
    Definition Classes
    DomainElement
  48. def refDescription: StrField
    Definition Classes
    Linkable
  49. def refSummary: StrField
    Definition Classes
    Linkable
  50. def reply: OperationReply
  51. def request: RequestType
    Definition Classes
    Operation → AbstractOperation
  52. def requests: ClientList[Request]
  53. def response: ResponseType
    Definition Classes
    Operation → AbstractOperation
  54. def responses: ClientList[Response]
    Definition Classes
    Operation → AbstractOperation
  55. def schemes: ClientList[StrField]
  56. def security: ClientList[SecurityRequirement]
  57. def servers: ClientList[Server]
  58. def summary: StrField
  59. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  60. def tags: ClientList[Tag]
  61. def title: StrField
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. def withAbstract(abs: Boolean): Operation.this.type

    Set abstract property of this Operation.

  66. def withAccepts(accepts: ClientList[String]): Operation.this.type

    Set accepts property of this Operation.

  67. def withAction(action: String): Operation.this.type
  68. def withBindings(bindings: OperationBindings): Operation.this.type
  69. def withCallback(name: String): Callback

    Adds one Callback to the callbacks property of this Operation and returns it for population.

    Adds one Callback to the callbacks property of this Operation and returns it for population. Name property of the callback is required.

  70. def withCallbacks(callbacks: ClientList[Callback]): Operation.this.type

    Set callbacks property of this Operation.

  71. def withChannel(channel: EndPoint): Operation.this.type
  72. def withContentType(contentType: ClientList[String]): Operation.this.type

    Set contentType property of this Operation.

  73. def withCustomDomainProperties(extensions: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]): Operation.this.type
    Definition Classes
    DomainElement → CustomizableElement
  74. def withDeprecated(deprecated: Boolean): Operation.this.type

    Set deprecated property of this Operation.

  75. def withDescription(description: String): Operation.this.type
    Definition Classes
    AbstractOperation
  76. def withDocumentation(documentation: CreativeWork): Operation.this.type

    Set documentation property of this Operation using a CreativeWork.

  77. def withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): Operation.this.type
    Definition Classes
    DomainElement
  78. def withFederationMetadata(federationMetadata: OperationFederationMetadata): Operation.this.type
  79. def withId(id: String): Operation.this.type
    Definition Classes
    DomainElement
  80. def withIsExternalLink(isExternalLink: Boolean): DomainElement
    Definition Classes
    DomainElement
  81. def withKind(kind: String): Operation.this.type

    Set Kind property of this Operation (OAS 3.2).

    Set Kind property of this Operation (OAS 3.2). Values: standard | query | additionalOperation.

  82. def withLinkLabel(label: String): Operation.this.type
    Definition Classes
    Linkable
  83. def withLinkTarget(target: DomainElement with Linkable): Operation.this.type
    Definition Classes
    Linkable
  84. def withMethod(method: String): Operation.this.type
    Definition Classes
    AbstractOperation
  85. def withName(name: String): Operation.this.type
    Definition Classes
    AbstractOperation → NamedAmfObject
  86. def withOperationId(operationId: String): Operation.this.type
  87. def withOperationMessages(messages: ClientList[Message]): Operation.this.type
  88. def withRefDescription(refDescription: String): Operation.this.type
    Definition Classes
    Linkable
  89. def withRefSummary(refSummary: String): Operation.this.type
    Definition Classes
    Linkable
  90. def withReply(reply: OperationReply): Operation.this.type
  91. def withRequest(): Request

    Adds a Request to this Operation and returns it for population.

  92. def withRequest(request: RequestType): Operation.this.type
    Definition Classes
    Operation → AbstractOperation
  93. def withRequest(name: String): RequestType
    Definition Classes
    AbstractOperation
  94. def withRequests(requests: ClientList[Request]): Operation.this.type

    Set requests property of this Operation.

  95. def withResponse(name: String): Response
    Definition Classes
    Operation → AbstractOperation
  96. def withResponses(responses: ClientList[Response]): Operation.this.type

    Set responses property of this Operation.

    Set responses property of this Operation.

    Definition Classes
    Operation → AbstractOperation
  97. def withSchemes(schemes: ClientList[String]): Operation.this.type

    Set schemes property of this Operation.

  98. def withSecurity(security: ClientList[SecurityRequirement]): Operation.this.type

    Set security property of this Operation.

  99. def withServer(name: String): Server

    Adds one Server to the servers property of this Operation and returns it for population.

    Adds one Server to the servers property of this Operation and returns it for population. Url property of the server is required.

  100. def withServers(servers: ClientList[Server]): Operation.this.type

    Set servers property of this Operation.

  101. def withSummary(summary: String): Operation.this.type

    Set summary property of this Operation.

  102. def withTags(tags: ClientList[Tag]): Operation.this.type

    Set tags property of this Operation.

  103. def withTitle(title: String): Operation.this.type

    Set title property of this Operation.

  104. def [B](y: B): (Operation, B)
    Implicit
    This member is added by an implicit conversion from Operation to ArrowAssoc[Operation] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Operation to StringFormat[Operation] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Linkable

Inherited from AbstractOperation

Inherited from NamedDomainElement

Inherited from NamedAmfObject

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Operation to any2stringadd[Operation]

Inherited by implicit conversion StringFormat from Operation to StringFormat[Operation]

Inherited by implicit conversion Ensuring from Operation to Ensuring[Operation]

Inherited by implicit conversion ArrowAssoc from Operation to ArrowAssoc[Operation]

Ungrouped