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

Operation internal model.

Linear Supertypes
Serializable, Serializable, Product, Equals, ExtensibleWebApiDomainElement, DomainElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Operation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ExtensibleWebApiDomainElement
  7. DomainElement
  8. AmfObject
  9. AmfElement
  10. AnyRef
  11. 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): Operation.this.type
    Definition Classes
    AmfObject
  9. val annotations: Annotations
    Definition Classes
    Operation → AmfElement
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def callbacks: Seq[Callback]
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. 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
  14. def contentType: Seq[StrField]
  15. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement
  16. def deprecated: BoolField
  17. def description: StrField
  18. def documentation: CreativeWork
  19. def dynamicTypes(): Seq[String]
    Definition Classes
    AmfObject
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  22. val fields: Fields
    Definition Classes
    Operation → AmfObject
  23. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  25. def getObjectByPropertyId(propertyId: String): Seq[DomainElement]
    Definition Classes
    DomainElement
  26. def getPropertyIds(): List[String]
    Definition Classes
    DomainElement
  27. def getScalarByPropertyId(propertyId: String): Seq[Any]
    Definition Classes
    DomainElement
  28. def getTypeIds(): List[String]
    Definition Classes
    DomainElement
  29. val id: String
    Definition Classes
    AmfObject
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def meta: Obj
    Definition Classes
    Operation → DomainElement
  32. def method: StrField
  33. def name: StrField
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  37. def position(): Option[Range]
    Definition Classes
    DomainElement
  38. def request: Request
  39. def responses: Seq[Response]
  40. def schemes: Seq[StrField]
  41. def security: Seq[DomainElement]
  42. def servers: Seq[Server]
  43. def set(field: Field, value: AmfElement, annotations: Annotations): Operation.this.type
    Definition Classes
    AmfObject
  44. def set(field: Field, value: AmfElement): Operation.this.type
    Definition Classes
    AmfObject
  45. def set(field: Field, values: Seq[String]): Operation.this.type
    Definition Classes
    AmfObject
  46. def set(field: Field, value: Float): Operation.this.type
    Definition Classes
    AmfObject
  47. def set(field: Field, value: Double): Operation.this.type
    Definition Classes
    AmfObject
  48. def set(field: Field, value: Int): Operation.this.type
    Definition Classes
    AmfObject
  49. def set(field: Field, value: Boolean): Operation.this.type
    Definition Classes
    AmfObject
  50. def set(field: Field, value: String): Operation.this.type
    Definition Classes
    AmfObject
  51. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Operation.this.type
    Definition Classes
    AmfObject
  52. def setArray(field: Field, values: Seq[AmfElement]): Operation.this.type
    Definition Classes
    AmfObject
  53. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Operation.this.type
    Definition Classes
    AmfObject
  54. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): Operation.this.type
    Definition Classes
    AmfObject
  55. final def simpleAdoption(parent: String): Operation.this.type
    Definition Classes
    AmfObject
  56. def summary: StrField
  57. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  58. def tags: Seq[String]
  59. def traits: Seq[ParametrizedTrait]
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def withAccepts(accepts: Seq[String]): Operation.this.type
  64. def withCallback(name: String): Callback
  65. def withCallbacks(callbacks: Seq[Callback]): Operation.this.type
  66. def withContentType(contentType: Seq[String]): Operation.this.type
  67. def withCustomDomainProperties(extensions: Seq[DomainExtension]): Operation.this.type
    Definition Classes
    DomainElement
  68. def withCustomDomainProperty(extensions: DomainExtension): Operation.this.type
    Definition Classes
    DomainElement
  69. def withDeprecated(deprecated: Boolean): Operation.this.type
  70. def withDescription(description: String): Operation.this.type
  71. def withDocumentation(documentation: CreativeWork): Operation.this.type
  72. def withExtends(extend: Seq[DomainElement]): Operation.this.type
    Definition Classes
    DomainElement
  73. def withId(value: String): Operation.this.type
    Definition Classes
    AmfObject
  74. def withMethod(method: String): Operation.this.type
  75. def withName(name: String): Operation.this.type
  76. def withRequest(): Request
  77. def withRequest(request: Request): Operation.this.type
  78. def withResourceType(name: String): ParametrizedResourceType
  79. def withResponse(name: String): Response
  80. def withResponses(responses: Seq[Response]): Operation.this.type
  81. def withSchemes(schemes: Seq[String]): Operation.this.type
  82. def withSecurity(name: String): ParametrizedSecurityScheme
  83. def withSecurity(security: Seq[DomainElement]): Operation.this.type
  84. def withServer(url: String): Server
  85. def withServers(servers: Seq[Server]): Operation.this.type
  86. def withSummary(summary: String): Operation.this.type
  87. def withTags(tag: Seq[String]): Operation.this.type
  88. def withTrait(name: String): ParametrizedTrait

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DomainElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped