case class Operation(_internal: plugins.domain.webapi.models.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
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Operation()
    Annotations
    @JSExportTopLevel( "model.domain.Operation" )
  2. new Operation(_internal: plugins.domain.webapi.models.Operation)

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

    Set abstract property of this Operation.

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

    Set accepts property of this Operation.

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

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

    Set callbacks property of this Operation.

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

    Set contentType property of this Operation.

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

    Set deprecated property of this Operation.

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

    Set description property of this Operation.

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

    Set documentation property of this Operation using a CreativeWork.

  59. def withExtendsNode(extension: convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): Operation.this.type
    Definition Classes
    DomainElement
  60. def withId(id: String): Operation.this.type
    Definition Classes
    DomainElement
  61. def withIsExternalLink(isExternalLink: Boolean): DomainElement
    Definition Classes
    DomainElement
  62. def withLinkLabel(label: String): Operation.this.type
    Definition Classes
    Linkable
  63. def withLinkTarget(target: DomainElement with Linkable): Operation.this.type
    Definition Classes
    Linkable
  64. def withMethod(method: String): Operation.this.type

    Set method property of this Operation.

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

    Set name property of this Operation.

    Set name property of this Operation.

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

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

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

    Set request property of this Operation.

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

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

    Set responses property of this Operation.

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

    Set schemes property of this Operation.

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

    Set security property of this Operation.

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

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

    Set servers property of this Operation.

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

    Set summary property of this Operation.

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

    Set tags property of this Operation.

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

Ungrouped