Packages

case class Operation(fields: Fields, annotations: Annotations) extends NamedDomainElement with ExtensibleWebApiDomainElement with ServerContainer with Linkable with Product with Serializable

Operation internal model.

Linear Supertypes
Serializable, Serializable, Product, Equals, Linkable, ServerContainer, ExtensibleWebApiDomainElement, NamedDomainElement, DomainElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Operation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Linkable
  7. ServerContainer
  8. ExtensibleWebApiDomainElement
  9. NamedDomainElement
  10. DomainElement
  11. AmfObject
  12. AmfElement
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Operation(fields: Fields, annotations: Annotations)

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: Seq[StrField]
  5. def add(field: Field, value: AmfElement): Operation.this.type
    Definition Classes
    AmfObject
  6. def add(other: Annotations): Operation.this.type
    Definition Classes
    AmfElement
  7. def add(annotation: Annotation): Operation.this.type
    Definition Classes
    AmfElement
  8. def adopted(parent: String, cycle: Seq[String]): Operation.this.type
    Definition Classes
    AmfObject
  9. def afterResolve(fatherSyntaxKey: Option[String], resolvedId: String): Unit
    Definition Classes
    Linkable
  10. val annotations: Annotations
    Definition Classes
    Operation → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def bindings: Seq[OperationBinding]
  13. def callbacks: Seq[Callback]
  14. def classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement
    Attributes
    protected
    Definition Classes
    Operation → Linkable
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  16. def componentId: String

    Value , path + field value that is used to compose the id when the object its adopted

    Value , path + field value that is used to compose the id when the object its adopted

    Definition Classes
    Operation → AmfObject
  17. def contentType: Seq[StrField]
  18. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  19. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  20. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement
  21. def deprecated: BoolField
  22. def description: StrField
  23. def documentation: CreativeWork
  24. def effectiveLinkTarget(links: Seq[String]): DomainElement
    Definition Classes
    Linkable
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  27. val fields: Fields
    Definition Classes
    Operation → AmfObject
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. lazy val graph: Graph
    Definition Classes
    DomainElement
  32. val id: String
    Definition Classes
    AmfObject
  33. def isAbstract: BoolField
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def isLink: Boolean
    Definition Classes
    Linkable
  36. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  37. val isUnresolved: Boolean
    Definition Classes
    Linkable
  38. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  39. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  40. def linkCopy(): Operation
    Definition Classes
    Operation → Linkable
  41. def linkLabel: StrField
    Definition Classes
    Linkable
  42. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  43. def location(): Option[String]
    Definition Classes
    AmfElement
  44. def meta: Obj
    Definition Classes
    Operation → AmfObject
  45. def method: StrField
  46. def name: StrField
    Definition Classes
    NamedDomainElement
  47. def nameField: Field
    Attributes
    protected
    Definition Classes
    Operation → NamedDomainElement
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  52. val refAst: Option[YPart]
    Definition Classes
    Linkable
  53. val refCtx: Option[ParserContext]
    Definition Classes
    Linkable
  54. val refName: String
    Definition Classes
    Linkable
  55. def removeServers(): Unit
    Definition Classes
    OperationServerContainer
  56. def request: Request
  57. def requests: Seq[Request]
  58. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T, supportsRecursion: Boolean): T
    Definition Classes
    Linkable
  59. def responses: Seq[Response]
  60. def schemes: Seq[StrField]
  61. def security: Seq[SecurityRequirement]
  62. def servers: Seq[Server]
    Definition Classes
    OperationServerContainer
  63. def set(field: Field, value: AmfElement, annotations: Annotations): Operation.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: AmfElement): Operation.this.type
    Definition Classes
    AmfObject
  65. def set(field: Field, values: Seq[String]): Operation.this.type
    Definition Classes
    AmfObject
  66. def set(field: Field, value: Float): Operation.this.type
    Definition Classes
    AmfObject
  67. def set(field: Field, value: Double): Operation.this.type
    Definition Classes
    AmfObject
  68. def set(field: Field, value: Int): Operation.this.type
    Definition Classes
    AmfObject
  69. def set(field: Field, value: Boolean): Operation.this.type
    Definition Classes
    AmfObject
  70. def set(field: Field, value: String): Operation.this.type
    Definition Classes
    AmfObject
  71. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Operation.this.type
    Definition Classes
    AmfObject
  72. def setArray(field: Field, values: Seq[AmfElement]): Operation.this.type
    Definition Classes
    AmfObject
  73. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Operation.this.type
    Definition Classes
    AmfObject
  74. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): Operation.this.type
    Definition Classes
    AmfObject
  75. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  76. final def simpleAdoption(parent: String): Operation.this.type
    Definition Classes
    AmfObject
  77. def summary: StrField
  78. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  79. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  80. def tags: Seq[Tag]
  81. def toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
    Definition Classes
    Linkable
  82. def traits: Seq[ParametrizedTrait]
  83. def unresolved(refName: String, refAst: YPart, unresolvedSeverity: String)(implicit ctx: ParserContext): DomainElement with Linkable
    Definition Classes
    Linkable
  84. val unresolvedSeverity: String
    Definition Classes
    Linkable
  85. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  86. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  88. def withAbstract(abs: Boolean): Operation.this.type
  89. def withAccepts(accepts: Seq[String]): Operation.this.type
  90. def withBindings(bindings: Seq[OperationBinding]): Operation.this.type
  91. def withCallback(name: String): Callback
  92. def withCallbacks(callbacks: Seq[Callback]): Operation.this.type
  93. def withContentType(contentType: Seq[String]): Operation.this.type
  94. def withCustomDomainProperties(extensions: Seq[DomainExtension]): Operation.this.type
    Definition Classes
    DomainElement
  95. def withCustomDomainProperty(extensions: DomainExtension): Operation.this.type
    Definition Classes
    DomainElement
  96. def withDeprecated(deprecated: Boolean): Operation.this.type
  97. def withDescription(description: String): Operation.this.type
  98. def withDocumentation(documentation: CreativeWork): Operation.this.type
  99. def withExtends(extend: Seq[DomainElement]): Operation.this.type
    Definition Classes
    DomainElement
  100. def withId(value: String): Operation.this.type
    Definition Classes
    AmfObject
  101. def withLinkLabel(label: String): Operation.this.type
    Definition Classes
    Linkable
  102. def withLinkTarget(target: DomainElement): Operation.this.type
    Definition Classes
    Linkable
  103. def withMethod(method: String): Operation.this.type
  104. def withName(name: String, a: Annotations): Operation.this.type
    Definition Classes
    NamedDomainElement
  105. def withRequest(): Request
  106. def withRequest(request: Request): Operation.this.type
  107. def withResourceType(name: String): ParametrizedResourceType
  108. def withResponse(name: String): Response
  109. def withResponses(responses: Seq[Response]): Operation.this.type
  110. def withSchemes(schemes: Seq[String]): Operation.this.type
  111. def withSecurity(name: String): SecurityRequirement
  112. def withSecurity(security: Seq[SecurityRequirement]): Operation.this.type
  113. def withServer(url: String): Server
  114. def withServers(servers: Seq[Server]): Operation.this.type
    Definition Classes
    OperationServerContainer
  115. def withSummary(summary: String): Operation.this.type
  116. def withSupportsRecursion(recursive: Boolean): Operation.this.type
    Definition Classes
    Linkable
  117. def withTags(tags: Seq[Tag]): Operation.this.type
  118. def withTrait(name: String): ParametrizedTrait

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Linkable

Inherited from ServerContainer

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped