Packages

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

Web Api internal model

Linear Supertypes
Serializable, Serializable, Product, Equals, DomainElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebApi
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DomainElement
  7. AmfObject
  8. AmfElement
  9. AnyRef
  10. 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[String]
  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): WebApi.this.type
    Definition Classes
    WebApi → AmfObject
  9. val annotations: Annotations
    Definition Classes
    WebApi → AmfElement
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def basePath: String
  12. def baseUriParameters: Seq[Parameter]
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def contentType: Seq[String]
  15. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement
  16. def description: String
  17. def documentations: Seq[CreativeWork]
  18. def dynamicTypes(): Seq[String]
    Definition Classes
    AmfObject
  19. def endPoints: Seq[EndPoint]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  22. val fields: Fields
    Definition Classes
    WebApi → 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): List[Any]
    Definition Classes
    DomainElement
  28. def getTypeIds(): List[String]
    Definition Classes
    DomainElement
  29. def host: String
  30. val id: String
    Definition Classes
    AmfObject
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def license: License
  33. def meta: WebApiModel.type
    Definition Classes
    WebApi → DomainElement
  34. def name: String
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  38. def position(): Option[Range]
    Definition Classes
    DomainElement
  39. def provider: Organization
  40. def schemes: Seq[String]
  41. def security: Seq[ParametrizedSecurityScheme]
  42. def set(field: Field, value: AmfElement, annotations: Annotations): WebApi.this.type
    Definition Classes
    AmfObject
  43. def set(field: Field, value: AmfElement): WebApi.this.type
    Definition Classes
    AmfObject
  44. def set(field: Field, values: Seq[String]): WebApi.this.type
    Definition Classes
    AmfObject
  45. def set(field: Field, value: Int): WebApi.this.type
    Definition Classes
    AmfObject
  46. def set(field: Field, value: Boolean): WebApi.this.type
    Definition Classes
    AmfObject
  47. def set(field: Field, value: String): WebApi.this.type
    Definition Classes
    AmfObject
  48. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): WebApi.this.type
    Definition Classes
    AmfObject
  49. def setArray(field: Field, values: Seq[AmfElement]): WebApi.this.type
    Definition Classes
    AmfObject
  50. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): WebApi.this.type
    Definition Classes
    AmfObject
  51. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): WebApi.this.type
    Definition Classes
    AmfObject
  52. def sourceVendor: Option[Vendor]
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def tags: Seq[Tag]
  55. def termsOfService: String
  56. def version: String
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def withAccepts(accepts: Seq[String]): WebApi.this.type
  61. def withBasePath(path: String): WebApi.this.type
  62. def withBaseUriParameter(name: String): Parameter
  63. def withBaseUriParameters(parameters: Seq[Parameter]): WebApi.this.type
  64. def withContentType(contentType: Seq[String]): WebApi.this.type
  65. def withCustomDomainProperties(customProperties: Seq[DomainExtension]): WebApi.this.type
    Definition Classes
    DomainElement
  66. def withCustomDomainProperty(customProperty: DomainExtension): WebApi.this.type
    Definition Classes
    DomainElement
  67. def withDescription(description: String): WebApi.this.type
  68. def withDocumentationTitle(title: String): CreativeWork
  69. def withDocumentationUrl(url: String): CreativeWork
  70. def withDocumentations(documentations: Seq[CreativeWork]): WebApi.this.type
  71. def withEndPoint(path: String): EndPoint
  72. def withEndPoints(endPoints: Seq[EndPoint]): WebApi.this.type
  73. def withExtends(extend: Seq[DomainElement]): WebApi.this.type
    Definition Classes
    DomainElement
  74. def withHost(host: String): WebApi.this.type
  75. def withId(value: String): WebApi.this.type
    Definition Classes
    AmfObject
  76. def withLicense(license: License): WebApi.this.type
  77. def withName(name: String): WebApi.this.type
  78. def withProvider(provider: Organization): WebApi.this.type
  79. def withSchemes(schemes: Seq[String]): WebApi.this.type
  80. def withSecurity(name: String): ParametrizedSecurityScheme
  81. def withSecurity(security: Seq[ParametrizedSecurityScheme]): WebApi.this.type
  82. def withTags(tags: Seq[Tag]): WebApi.this.type
  83. def withTermsOfService(terms: String): WebApi.this.type
  84. def withVersion(version: String): WebApi.this.type

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