case class WebApi(fields: Fields, annotations: Annotations) extends NamedDomainElement with ServerContainer with Product with Serializable
Web Api internal model
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WebApi
- Serializable
- Serializable
- Product
- Equals
- ServerContainer
- NamedDomainElement
- DomainElement
- AmfObject
- AmfElement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new WebApi(fields: Fields, annotations: Annotations)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accepts: Seq[StrField]
-
def
add(field: Field, value: AmfElement): WebApi.this.type
- Definition Classes
- AmfObject
-
def
add(other: Annotations): WebApi.this.type
- Definition Classes
- AmfElement
-
def
add(annotation: Annotation): WebApi.this.type
- Definition Classes
- AmfElement
-
def
adopted(parent: String, cycle: Seq[String]): WebApi.this.type
- Definition Classes
- AmfObject
-
val
annotations: Annotations
- Definition Classes
- WebApi → AmfElement
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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
- def contentType: Seq[StrField]
-
def
customDomainProperties: Seq[DomainExtension]
- Definition Classes
- DomainElement
- def description: StrField
- def documentations: Seq[CreativeWork]
- def endPoints: Seq[EndPoint]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extend: Seq[DomainElement]
- Definition Classes
- DomainElement
-
val
fields: Fields
- Definition Classes
- WebApi → AmfObject
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromLocal(): Boolean
- Definition Classes
- AmfElement
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
graph: Graph
- Definition Classes
- DomainElement
-
val
id: String
- Definition Classes
- AmfObject
- def identifier: StrField
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTrackedBy(trackId: String): Boolean
- Definition Classes
- AmfElement
- def license: License
-
def
location(): Option[String]
- Definition Classes
- AmfElement
-
def
meta: Obj
- Definition Classes
- WebApi → AmfObject
-
def
name: StrField
- Definition Classes
- NamedDomainElement
-
def
nameField: Field
- Attributes
- protected
- Definition Classes
- WebApi → NamedDomainElement
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
position(): Option[LexicalInformation]
- Definition Classes
- AmfElement
- def provider: Organization
-
def
removeServers(): Unit
- Definition Classes
- WebApi → ServerContainer
- def schemes: Seq[StrField]
- def security: Seq[SecurityRequirement]
-
def
servers: Seq[Server]
- Definition Classes
- WebApi → ServerContainer
-
def
set(field: Field, value: AmfElement, annotations: Annotations): WebApi.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: AmfElement): WebApi.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, values: Seq[String]): WebApi.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Float): WebApi.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Double): WebApi.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Int): WebApi.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Boolean): WebApi.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String): WebApi.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): WebApi.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement]): WebApi.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): WebApi.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement]): WebApi.this.type
- Definition Classes
- AmfObject
-
final
def
simpleAdoption(parent: String): WebApi.this.type
- Definition Classes
- AmfObject
- def sourceVendor: Option[Vendor]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tags: Seq[Tag]
- def termsOfService: StrField
- def version: StrField
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withAccepts(accepts: Seq[String]): WebApi.this.type
- def withContentType(contentType: Seq[String]): WebApi.this.type
-
def
withCustomDomainProperties(extensions: Seq[DomainExtension]): WebApi.this.type
- Definition Classes
- DomainElement
-
def
withCustomDomainProperty(extensions: DomainExtension): WebApi.this.type
- Definition Classes
- DomainElement
- def withDefaultServer(url: String): Server
- def withDescription(description: String): WebApi.this.type
- def withDocumentationTitle(title: String): CreativeWork
- def withDocumentationUrl(url: String): CreativeWork
- def withDocumentations(documentations: Seq[CreativeWork]): WebApi.this.type
- def withEndPoint(path: String): EndPoint
- def withEndPoints(endPoints: Seq[EndPoint]): WebApi.this.type
-
def
withExtends(extend: Seq[DomainElement]): WebApi.this.type
- Definition Classes
- DomainElement
-
def
withId(value: String): WebApi.this.type
- Definition Classes
- AmfObject
- def withIdentifier(identifier: String): WebApi.this.type
- def withLicense(license: License): WebApi.this.type
-
def
withName(name: String, a: Annotations): WebApi.this.type
- Definition Classes
- NamedDomainElement
- def withProvider(provider: Organization): WebApi.this.type
- def withSchemes(schemes: Seq[String]): WebApi.this.type
- def withSecurity(name: String): SecurityRequirement
- def withSecurity(security: Seq[SecurityRequirement]): WebApi.this.type
- def withServer(url: String): Server
-
def
withServers(servers: Seq[Server]): WebApi.this.type
- Definition Classes
- WebApi → ServerContainer
- def withTags(tags: Seq[Tag]): WebApi.this.type
- def withTermsOfService(terms: String): WebApi.this.type
- def withVersion(version: String): WebApi.this.type