Packages

case class WebApi(fields: Fields, annotations: Annotations) extends NamedDomainElement with ServerContainer with DocumentedElement with Product with Serializable

Web Api internal model

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

Instance Constructors

  1. new WebApi(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): WebApi.this.type
    Definition Classes
    AmfObject
  6. def add(other: Annotations): WebApi.this.type
    Definition Classes
    AmfElement
  7. def add(annotation: Annotation): WebApi.this.type
    Definition Classes
    AmfElement
  8. def adopted(parent: String, cycle: Seq[String]): WebApi.this.type
    Definition Classes
    AmfObject
  9. val annotations: Annotations
    Definition Classes
    WebApi → AmfElement
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. 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
    WebApi → AmfObject
  13. def contentType: Seq[StrField]
  14. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement
  15. def description: StrField
  16. def documentations: Seq[CreativeWork]
    Definition Classes
    WebApiDocumentedElement
  17. def endPoints: Seq[EndPoint]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  20. val fields: Fields
    Definition Classes
    WebApi → AmfObject
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. lazy val graph: Graph
    Definition Classes
    DomainElement
  25. val id: String
    Definition Classes
    AmfObject
  26. def identifier: StrField
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  29. def license: License
  30. def location(): Option[String]
    Definition Classes
    AmfElement
  31. def meta: Obj
    Definition Classes
    WebApi → AmfObject
  32. def name: StrField
    Definition Classes
    NamedDomainElement
  33. def nameField: Field
    Definition Classes
    WebApi → NamedDomainElement
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  38. def provider: Organization
  39. def removeServers(): Unit
    Definition Classes
    WebApiServerContainer
  40. def schemes: Seq[StrField]
  41. def security: Seq[SecurityRequirement]
  42. def servers: Seq[Server]
    Definition Classes
    WebApiServerContainer
  43. def set(field: Field, value: AmfElement, annotations: Annotations): WebApi.this.type
    Definition Classes
    AmfObject
  44. def set(field: Field, value: AmfElement): WebApi.this.type
    Definition Classes
    AmfObject
  45. def set(field: Field, values: Seq[String]): WebApi.this.type
    Definition Classes
    AmfObject
  46. def set(field: Field, value: Float): WebApi.this.type
    Definition Classes
    AmfObject
  47. def set(field: Field, value: Double): WebApi.this.type
    Definition Classes
    AmfObject
  48. def set(field: Field, value: Int): WebApi.this.type
    Definition Classes
    AmfObject
  49. def set(field: Field, value: Boolean): WebApi.this.type
    Definition Classes
    AmfObject
  50. def set(field: Field, value: String): WebApi.this.type
    Definition Classes
    AmfObject
  51. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): WebApi.this.type
    Definition Classes
    AmfObject
  52. def setArray(field: Field, values: Seq[AmfElement]): WebApi.this.type
    Definition Classes
    AmfObject
  53. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): WebApi.this.type
    Definition Classes
    AmfObject
  54. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): WebApi.this.type
    Definition Classes
    AmfObject
  55. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): WebApi.this.type
    Definition Classes
    AmfObject
  56. final def simpleAdoption(parent: String): WebApi.this.type
    Definition Classes
    AmfObject
  57. def sourceVendor: Option[Vendor]
  58. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  59. def tags: Seq[Tag]
  60. def termsOfService: StrField
  61. def version: StrField
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  65. def withAccepts(accepts: Seq[String]): WebApi.this.type
  66. def withContentType(contentType: Seq[String]): WebApi.this.type
  67. def withCustomDomainProperties(extensions: Seq[DomainExtension]): WebApi.this.type
    Definition Classes
    DomainElement
  68. def withCustomDomainProperty(extensions: DomainExtension): WebApi.this.type
    Definition Classes
    DomainElement
  69. def withDefaultServer(url: String): Server
  70. def withDescription(description: String): WebApi.this.type
  71. def withDocumentationTitle(title: String): CreativeWork
  72. def withDocumentationUrl(url: String): CreativeWork
  73. def withDocumentations(documentations: Seq[CreativeWork]): WebApi.this.type
  74. def withEndPoint(path: String): EndPoint
  75. def withEndPoints(endPoints: Seq[EndPoint]): WebApi.this.type
  76. def withExtends(extend: Seq[DomainElement]): WebApi.this.type
    Definition Classes
    DomainElement
  77. def withId(value: String): WebApi.this.type
    Definition Classes
    AmfObject
  78. def withIdentifier(identifier: String): WebApi.this.type
  79. def withLicense(license: License): WebApi.this.type
  80. def withName(name: String, a: Annotations): WebApi.this.type
    Definition Classes
    NamedDomainElement
  81. def withProvider(provider: Organization): WebApi.this.type
  82. def withSchemes(schemes: Seq[String]): WebApi.this.type
  83. def withSecurity(name: String): SecurityRequirement
  84. def withSecurity(security: Seq[SecurityRequirement]): WebApi.this.type
  85. def withServer(url: String): Server
  86. def withServers(servers: Seq[Server]): WebApi.this.type
    Definition Classes
    WebApiServerContainer
  87. def withTags(tags: Seq[Tag]): WebApi.this.type
  88. def withTermsOfService(terms: String): WebApi.this.type
  89. def withVersion(version: String): WebApi.this.type

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DocumentedElement

Inherited from ServerContainer

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped