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

Operation model class.

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

    Set accepts property of this Operation.

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

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

    Set callbacks property of this Operation.

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

    Set contentType property of this Operation.

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

    Set deprecated property of this Operation.

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

    Set description property of this Operation.

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

    Set documentation property of this Operation using a CreativeWork.

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

    Set method property of this Operation.

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

    Set name property of this Operation.

  52. def withRequest(): Request

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

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

    Set request property of this Operation.

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

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

    Set responses property of this Operation.

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

    Set schemes property of this Operation.

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

    Set security property of this Operation.

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

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

    Set servers property of this Operation.

  60. 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 DomainElement

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped