Packages

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

Operation model class.

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, Linkable, NamedDomainElement, 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. NamedDomainElement
  8. DomainElement
  9. CustomizableElement
  10. PlatformSecrets
  11. AmfObjectWrapper
  12. Annotable
  13. AnyRef
  14. 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)

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()
  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
  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 finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. 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
    @inline()
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def graph(): Graph
    Definition Classes
    DomainElement
  27. def id: String
    Definition Classes
    DomainElement
  28. def isAbstract: BoolField
  29. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isLink: Boolean
    Definition Classes
    Linkable
  32. def link[T](label: String): T
    Definition Classes
    Linkable
  33. def link[T](): T
    Definition Classes
    Linkable
  34. def linkCopy(): Operation
    Definition Classes
    Operation → Linkable
  35. def linkLabel: StrField
    Definition Classes
    Linkable
  36. def linkTarget: core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    Linkable
  37. def method: StrField
  38. def name: StrField
    Definition Classes
    Operation → NamedDomainElement
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def operationId: StrField
  43. val platform: Platform
    Definition Classes
    PlatformSecrets
  44. def position: Range
    Definition Classes
    DomainElement
  45. def request: Request
  46. def requests: ClientList[Request]
  47. def responses: ClientList[Response]
  48. def schemes: ClientList[StrField]
  49. def security: ClientList[SecurityRequirement]
  50. def servers: ClientList[Server]
  51. def summary: StrField
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def tags: ClientList[Tag]
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  57. def withAbstract(abs: Boolean): Operation.this.type

    Set abstract property of this Operation.

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

    Set accepts property of this Operation.

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

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

    Set callbacks property of this Operation.

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

    Set contentType property of this Operation.

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

    Set deprecated property of this Operation.

  65. def withDescription(description: String): Operation.this.type

    Set description property of this Operation.

  66. def withDocumentation(documentation: CreativeWork): Operation.this.type

    Set documentation property of this Operation using a CreativeWork.

  67. def withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): Operation.this.type
    Definition Classes
    DomainElement
  68. def withId(id: String): Operation.this.type
    Definition Classes
    DomainElement
  69. def withIsExternalLink(isExternalLink: Boolean): DomainElement
    Definition Classes
    DomainElement
  70. def withLinkLabel(label: String): Operation.this.type
    Definition Classes
    Linkable
  71. def withLinkTarget(target: DomainElement with Linkable): Operation.this.type
    Definition Classes
    Linkable
  72. def withMethod(method: String): Operation.this.type

    Set method property of this Operation.

  73. def withName(name: String): Operation.this.type

    Set name property of this Operation.

    Set name property of this Operation.

    Definition Classes
    Operation → NamedDomainElement
  74. def withOperationId(operationId: String): Operation.this.type
  75. def withRequest(): Request

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

  76. def withRequest(request: Request): Operation.this.type

    Set request property of this Operation.

  77. def withResponse(name: String): Response

    Adds one Response to the responses property of this Operation and returns it for population.

    Adds one Response to the responses property of this Operation and returns it for population. Name property of the response is required.

  78. def withResponses(responses: ClientList[Response]): Operation.this.type

    Set responses property of this Operation.

  79. def withSchemes(schemes: ClientList[String]): Operation.this.type

    Set schemes property of this Operation.

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

    Set security property of this Operation.

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

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

    Set servers property of this Operation.

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

    Set summary property of this Operation.

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

    Set tags property of this Operation.

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Linkable

Inherited from NamedDomainElement

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