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 annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def bindings: OperationBindings
  10. def callbacks: ClientList[Callback]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  12. def contentType: ClientList[StrField]
  13. def customDomainProperties: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  14. def deprecated: BoolField
  15. def description: StrField
    Definition Classes
    AbstractOperation
  16. def documentation: CreativeWork
  17. 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
  18. 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
  19. 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
  20. 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
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def extendsNode: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  23. def federationMetadata: OperationFederationMetadata
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  25. def graph(): Graph
    Definition Classes
    DomainElement
  26. def id: String
    Definition Classes
    DomainElement
  27. def isAbstract: BoolField
  28. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isLink: Boolean
    Definition Classes
    Linkable
  31. def link[T](label: String): T
    Definition Classes
    Linkable
  32. def link[T](): T
    Definition Classes
    Linkable
  33. def linkCopy(): Operation
    Definition Classes
    Operation → Linkable
  34. def linkLabel: StrField
    Definition Classes
    Linkable
  35. def linkTarget: core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    Linkable
  36. def method: StrField
    Definition Classes
    AbstractOperation
  37. def name: StrField
    Definition Classes
    AbstractOperation → NamedAmfObject
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  41. def operationId: StrField
  42. val platform: Platform
    Definition Classes
    PlatformSecrets
  43. def position: PositionRange
    Definition Classes
    DomainElement
  44. def refDescription: StrField
    Definition Classes
    Linkable
  45. def refSummary: StrField
    Definition Classes
    Linkable
  46. def request: RequestType
    Definition Classes
    Operation → AbstractOperation
  47. def requests: ClientList[Request]
  48. def response: ResponseType
    Definition Classes
    Operation → AbstractOperation
  49. def responses: ClientList[Response]
    Definition Classes
    Operation → AbstractOperation
  50. def schemes: ClientList[StrField]
  51. def security: ClientList[SecurityRequirement]
  52. def servers: ClientList[Server]
  53. def summary: StrField
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def tags: ClientList[Tag]
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. def withAbstract(abs: Boolean): Operation.this.type

    Set abstract property of this Operation.

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

    Set accepts property of this Operation.

  61. def withBindings(bindings: OperationBindings): Operation.this.type
  62. 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.

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

    Set callbacks property of this Operation.

  64. def withContentType(contentType: ClientList[String]): Operation.this.type

    Set contentType property of this Operation.

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

    Set deprecated property of this Operation.

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

    Set documentation property of this Operation using a CreativeWork.

  69. def withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): Operation.this.type
    Definition Classes
    DomainElement
  70. def withFederationMetadata(federationMetadata: OperationFederationMetadata): Operation.this.type
  71. def withId(id: String): Operation.this.type
    Definition Classes
    DomainElement
  72. def withIsExternalLink(isExternalLink: Boolean): DomainElement
    Definition Classes
    DomainElement
  73. def withLinkLabel(label: String): Operation.this.type
    Definition Classes
    Linkable
  74. def withLinkTarget(target: DomainElement with Linkable): Operation.this.type
    Definition Classes
    Linkable
  75. def withMethod(method: String): Operation.this.type
    Definition Classes
    AbstractOperation
  76. def withName(name: String): Operation.this.type
    Definition Classes
    AbstractOperation → NamedAmfObject
  77. def withOperationId(operationId: String): Operation.this.type
  78. def withRefDescription(refDescription: String): Operation.this.type
    Definition Classes
    Linkable
  79. def withRefSummary(refSummary: String): Operation.this.type
    Definition Classes
    Linkable
  80. def withRequest(): Request

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

  81. def withRequest(request: RequestType): Operation.this.type
    Definition Classes
    Operation → AbstractOperation
  82. def withRequest(name: String): RequestType
    Definition Classes
    AbstractOperation
  83. def withRequests(requests: ClientList[Request]): Operation.this.type

    Set requests property of this Operation.

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

    Set responses property of this Operation.

    Set responses property of this Operation.

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

    Set schemes property of this Operation.

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

    Set security property of this Operation.

  88. 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.

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

    Set servers property of this Operation.

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

    Set summary property of this Operation.

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

    Set tags property of this Operation.

  92. 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