Packages

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

Operation internal model.

Linear Supertypes
Serializable, Serializable, Product, Equals, Linkable, AdoptionDependantCalls, DocumentedElement, ServerContainer, ExtensibleWebApiDomainElement, SecuredElement, AbstractOperation, NamedDomainElement, DomainElement, CustomizableElement, NamedAmfObject, AmfObject, AmfElement, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Operation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Linkable
  7. AdoptionDependantCalls
  8. DocumentedElement
  9. ServerContainer
  10. ExtensibleWebApiDomainElement
  11. SecuredElement
  12. AbstractOperation
  13. NamedDomainElement
  14. DomainElement
  15. CustomizableElement
  16. NamedAmfObject
  17. AmfObject
  18. AmfElement
  19. AnyRef
  20. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Type Members

  1. type RequestType = Request
    Definition Classes
    Operation → AbstractOperation
  2. type ResponseType = Response
    Definition Classes
    Operation → AbstractOperation

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Operation to any2stringadd[Operation] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Operation, B)
    Implicit
    This member is added by an implicit conversion from Operation to ArrowAssoc[Operation] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def accepts: Seq[StrField]
  7. def action: StrField
  8. def add(field: Field, value: AmfElement): Operation.this.type
    Definition Classes
    AmfObject
  9. def add(other: Annotations): Operation.this.type
    Definition Classes
    AmfElement
  10. def add(annotation: Annotation): Operation.this.type
    Definition Classes
    AmfElement
  11. def adopted(parent: String, cycle: Seq[String]): Operation.this.type
    Definition Classes
    AmfObject
  12. val annotations: Annotations
    Definition Classes
    Operation → AmfElement
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def bindings: OperationBindings
  15. def callbacks: Seq[Callback]
  16. def channel: EndPoint
  17. def classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement
    Attributes
    protected
    Definition Classes
    Operation → Linkable
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  19. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  20. 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 → AbstractOperation → AmfObject
  21. def contentType: Seq[StrField]
  22. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  23. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  24. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  25. def deprecated: BoolField
  26. def description: StrField
    Definition Classes
    AbstractOperation
  27. def documentation: CreativeWork
  28. def documentations: Seq[CreativeWork]
    Definition Classes
    Operation → DocumentedElement
  29. def effectiveLinkTarget(links: Set[Linkable]): DomainElement
    Definition Classes
    Linkable
  30. def ensuring(cond: (Operation) ⇒ Boolean, msg: ⇒ Any): Operation
    Implicit
    This member is added by an implicit conversion from Operation to Ensuring[Operation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: (Operation) ⇒ Boolean): Operation
    Implicit
    This member is added by an implicit conversion from Operation to Ensuring[Operation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: Boolean, msg: ⇒ Any): Operation
    Implicit
    This member is added by an implicit conversion from Operation to Ensuring[Operation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: Boolean): Operation
    Implicit
    This member is added by an implicit conversion from Operation to Ensuring[Operation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  36. def federationMetadata: OperationFederationMetadata
  37. val fields: Fields
    Definition Classes
    Operation → AmfObject
  38. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  39. lazy val graph: Graph
    Definition Classes
    DomainElement
  40. val id: String
    Definition Classes
    AmfObject
  41. def isAbstract: BoolField
  42. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. def isLink: Boolean
    Definition Classes
    Linkable
  45. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  46. def kind: StrField
  47. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  48. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  49. def linkCopy(): Operation
    Definition Classes
    Operation → Linkable
  50. def linkLabel: StrField
    Definition Classes
    Linkable
  51. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  52. def location(): Option[String]
    Definition Classes
    AmfElement
  53. def meta: OperationModel.type
    Definition Classes
    Operation → AbstractOperation → AmfObject
  54. def method: StrField
    Definition Classes
    Operation → AbstractOperation
  55. def name: StrField
    Definition Classes
    NamedAmfObject
  56. def nameField: Field
    Definition Classes
    Operation → AbstractOperation → NamedAmfObject
  57. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  60. def operationId: StrField
  61. def operationMessages: Seq[Message]
  62. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  63. def refDescription: StrField
    Definition Classes
    Linkable
  64. def refSummary: StrField
    Definition Classes
    Linkable
  65. def removeName(): fields.type
  66. def removeServers(): Unit
    Definition Classes
    OperationServerContainer
  67. def reply: OperationReply
  68. def request: Request
    Definition Classes
    Operation → AbstractOperation
  69. def requests: Seq[Request]
  70. def responses: Seq[Response]
    Definition Classes
    Operation → AbstractOperation
  71. def schemes: Seq[StrField]
  72. def security: Seq[SecurityRequirement]
    Definition Classes
    SecuredElement
  73. def servers: Seq[Server]
    Definition Classes
    OperationServerContainer
  74. def set(field: Field, value: AmfElement, annotations: Annotations): Operation.this.type
    Definition Classes
    AmfObject
  75. def set(field: Field, value: AmfElement): Operation.this.type
    Definition Classes
    AmfObject
  76. def set(field: Field, values: Seq[String]): Operation.this.type
    Definition Classes
    AmfObject
  77. def set(field: Field, value: Float): Operation.this.type
    Definition Classes
    AmfObject
  78. def set(field: Field, value: Double): Operation.this.type
    Definition Classes
    AmfObject
  79. def set(field: Field, value: Int): Operation.this.type
    Definition Classes
    AmfObject
  80. def set(field: Field, value: Boolean): Operation.this.type
    Definition Classes
    AmfObject
  81. def set(field: Field, value: String, annotations: Annotations): Operation.this.type
    Definition Classes
    AmfObject
  82. def set(field: Field, value: String): Operation.this.type
    Definition Classes
    AmfObject
  83. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Operation.this.type
    Definition Classes
    AmfObject
  84. def setArray(field: Field, values: Seq[AmfElement]): Operation.this.type
    Definition Classes
    AmfObject
  85. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Operation.this.type
    Definition Classes
    AmfObject
  86. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): Operation.this.type
    Definition Classes
    AmfObject
  87. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): Operation.this.type
    Definition Classes
    AmfObject
  88. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  89. final def simpleAdoption(parent: String): Operation.this.type
    Definition Classes
    AmfObject
  90. def summary: StrField
  91. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  92. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  93. def tags: Seq[Tag]
  94. def title: StrField
  95. def traits: Seq[ParametrizedTrait]
  96. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  97. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  98. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  99. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  100. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  101. def withAbstract(abs: Boolean): Operation.this.type
  102. def withAccepts(accepts: Seq[String]): Operation.this.type
  103. def withAction(action: String): Operation.this.type
  104. def withBindings(bindings: OperationBindings): Operation.this.type
  105. def withCallback(name: String): Callback
  106. def withCallbacks(callbacks: Seq[Callback]): Operation.this.type
  107. def withChannel(channel: EndPoint): Operation.this.type
  108. def withContentType(contentType: Seq[String]): Operation.this.type
  109. def withCustomDomainProperties(extensions: Seq[DomainExtension]): Operation.this.type
    Definition Classes
    DomainElement → CustomizableElement
  110. def withCustomDomainProperty(extensions: DomainExtension): Operation.this.type
    Definition Classes
    DomainElement → CustomizableElement
  111. def withDeprecated(deprecated: Boolean): Operation.this.type
  112. def withDescription(description: String): Operation.this.type
    Definition Classes
    AbstractOperation
  113. def withDocumentation(documentation: CreativeWork): Operation.this.type
  114. def withExtends(extend: Seq[DomainElement]): Operation.this.type
    Definition Classes
    DomainElement
  115. def withFederationMetadata(federationMetadata: OperationFederationMetadata): Operation.this.type
  116. def withId(value: String): Operation.this.type
    Definition Classes
    AmfObject
  117. def withInferredName(name: String): Operation.this.type
    Definition Classes
    NamedAmfObject
  118. def withInferredRequest(): Request
  119. def withIsExternalLink(isReference: Boolean): Operation.this.type
    Definition Classes
    DomainElement
  120. def withKind(kind: String): Operation.this.type
  121. def withLinkLabel(label: String, annotations: Annotations): Operation.this.type
    Definition Classes
    Linkable
  122. def withLinkTarget(target: DomainElement): Operation.this.type
    Definition Classes
    Linkable
  123. def withMethod(method: String): Operation.this.type
    Definition Classes
    Operation → AbstractOperation
  124. def withName(name: String): Operation.this.type
    Definition Classes
    NamedAmfObject
  125. def withName(nameNode: ScalarNode): Operation.this.type
    Definition Classes
    NamedAmfObject
  126. def withName(name: String, a: Annotations): Operation.this.type
    Definition Classes
    NamedAmfObject
  127. def withName(node: YNode): Operation.this.type
    Definition Classes
    NamedAmfObject
  128. def withOperationId(operationId: String): Operation.this.type
  129. def withOperationMessages(messages: Seq[Message]): Operation.this.type
  130. def withRefDescription(refDescription: String, annotations: Annotations): Operation.this.type
    Definition Classes
    Linkable
  131. def withRefSummary(refSummary: String, annotations: Annotations): Operation.this.type
    Definition Classes
    Linkable
  132. def withReply(reply: OperationReply): Operation.this.type
  133. def withRequest(): Request
  134. def withRequest(request: Request): Operation.this.type
    Definition Classes
    Operation → AbstractOperation
  135. def withRequest(name: String): RequestType
    Definition Classes
    AbstractOperation
  136. def withRequests(request: Seq[Request]): Operation.this.type
  137. def withResourceType(name: String): ParametrizedResourceType
  138. def withResponse(name: String): Response
    Definition Classes
    Operation → AbstractOperation
  139. def withResponses(responses: Seq[Response]): Operation.this.type
    Definition Classes
    Operation → AbstractOperation
  140. def withSchemes(schemes: Seq[String]): Operation.this.type
  141. def withSecurity(name: String): SecurityRequirement
    Definition Classes
    SecuredElement
  142. def withSecurity(security: Seq[SecurityRequirement]): Operation.this.type
    Definition Classes
    SecuredElement
  143. def withServer(url: String): Server
  144. def withServers(servers: Seq[Server]): Operation.this.type
    Definition Classes
    OperationServerContainer
  145. def withSummary(summary: String): Operation.this.type
  146. def withSupportsRecursion(recursive: Boolean): Operation.this.type
    Definition Classes
    Linkable
  147. def withSynthesizeName(name: String): Operation.this.type
    Definition Classes
    NamedAmfObject
  148. def withTags(tags: Seq[Tag]): Operation.this.type
  149. def withTitle(title: String): Operation.this.type
  150. def withTrait(name: String): ParametrizedTrait
  151. def [B](y: B): (Operation, B)
    Implicit
    This member is added by an implicit conversion from Operation to ArrowAssoc[Operation] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Operation to StringFormat[Operation] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Linkable

Inherited from AdoptionDependantCalls

Inherited from DocumentedElement

Inherited from ServerContainer

Inherited from SecuredElement

Inherited from AbstractOperation

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from NamedAmfObject

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Operation to any2stringadd[Operation]

Inherited by implicit conversion StringFormat from Operation to StringFormat[Operation]

Inherited by implicit conversion Ensuring from Operation to Ensuring[Operation]

Inherited by implicit conversion ArrowAssoc from Operation to ArrowAssoc[Operation]

Ungrouped