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, 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. PlatformSecrets
  10. AmfObjectWrapper
  11. Annotable
  12. AnyRef
  13. 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
  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. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isLink: Boolean
    Definition Classes
    Linkable
  24. def link[T](label: Option[String]): T
    Definition Classes
    Linkable
  25. def linkCopy(): Operation
    Definition Classes
    Operation → Linkable
  26. def linkLabel: StrField
    Definition Classes
    Linkable
  27. def linkTarget: convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    Linkable
  28. def method: StrField
  29. def name: StrField
    Definition Classes
    Operation → NamedDomainElement
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def operationId: StrField
  34. val platform: Platform
    Definition Classes
    PlatformSecrets
  35. def position: Range
    Definition Classes
    DomainElement
  36. def request: Request
  37. def requests: ClientList[Request]
  38. def responses: ClientList[Response]
  39. def schemes: ClientList[StrField]
  40. def security: ClientList[SecurityRequirement]
  41. def servers: ClientList[Server]
  42. def summary: StrField
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def tags: ClientList[Tag]
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  48. def withAbstract(abs: Boolean): Operation.this.type

    Set abstract property of this Operation.

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

    Set accepts property of this Operation.

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

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

    Set callbacks property of this Operation.

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

    Set contentType property of this Operation.

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

    Set deprecated property of this Operation.

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

    Set description property of this Operation.

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

    Set documentation property of this Operation using a CreativeWork.

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

    Set method property of this Operation.

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

    Set name property of this Operation.

    Set name property of this Operation.

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

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

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

    Set request property of this Operation.

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

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

    Set responses property of this Operation.

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

    Set schemes property of this Operation.

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

    Set security property of this Operation.

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

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

    Set servers property of this Operation.

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

    Set summary property of this Operation.

  74. 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 PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from AnyRef

Inherited from Any

Ungrouped