case class Operation(_internal: plugins.domain.webapi.models.Operation) extends DomainElement with NamedDomainElement with Product with Serializable

Operation model class.

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, 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. NamedDomainElement
  7. DomainElement
  8. PlatformSecrets
  9. AmfObjectWrapper
  10. Annotable
  11. AnyRef
  12. 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 callbacks: ClientList[Callback]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def contentType: ClientList[StrField]
  10. def customDomainProperties: convert.CoreClientConverters.ClientList[DomainExtension]
    Definition Classes
    DomainElement
  11. def deprecated: BoolField
  12. def description: StrField
  13. def documentation: CreativeWork
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def extendsNode: convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def graph(): Graph
    Definition Classes
    DomainElement
  19. def id: String
    Definition Classes
    DomainElement
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def method: StrField
  22. def name: StrField
    Definition Classes
    Operation → NamedDomainElement
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val platform: Platform
    Definition Classes
    PlatformSecrets
  27. def position: Range
    Definition Classes
    DomainElement
  28. def request: Request
  29. def responses: ClientList[Response]
  30. def schemes: ClientList[StrField]
  31. def security: ClientList[ParametrizedSecurityScheme]
  32. def servers: ClientList[Server]
  33. def summary: StrField
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  38. def withAccepts(accepts: ClientList[String]): Operation.this.type

    Set accepts property of this Operation.

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

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

    Set callbacks property of this Operation.

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

    Set contentType property of this Operation.

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

    Set deprecated property of this Operation.

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

    Set description property of this Operation.

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

    Set documentation property of this Operation using a CreativeWork.

  46. def withExtendsNode(extension: convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): Operation.this.type
    Definition Classes
    DomainElement
  47. def withId(id: String): Operation.this.type
    Definition Classes
    DomainElement
  48. def withMethod(method: String): Operation.this.type

    Set method property of this Operation.

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

    Set name property of this Operation.

    Set name property of this Operation.

    Definition Classes
    Operation → NamedDomainElement
  50. def withRequest(): Request

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

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

    Set request property of this Operation.

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

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

    Set responses property of this Operation.

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

    Set schemes property of this Operation.

  55. def withSecurity(security: ClientList[DomainElement]): Operation.this.type

    Set security property of this Operation.

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

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

    Set servers property of this Operation.

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

    Set summary property of this Operation.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from AnyRef

Inherited from Any

Ungrouped