abstract class Api extends NamedDomainElement with SecuredElement with ServerContainer with DocumentedElement
Web Api internal model
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Api
- DocumentedElement
- ServerContainer
- SecuredElement
- NamedDomainElement
- DomainElement
- CustomizableElement
- AmfObject
- AmfElement
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Api(fields: Fields, annotations: Annotations)
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Api, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accepts: Seq[StrField]
-
def
add(field: Field, value: AmfElement): Api.this.type
- Definition Classes
- AmfObject
-
def
add(other: Annotations): Api.this.type
- Definition Classes
- AmfElement
-
def
add(annotation: Annotation): Api.this.type
- Definition Classes
- AmfElement
-
def
adopted(parent: String, cycle: Seq[String]): Api.this.type
- Definition Classes
- AmfObject
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
- Definition Classes
- AmfObject → AmfElement
- def contentType: Seq[StrField]
-
def
customDomainProperties: Seq[DomainExtension]
- Definition Classes
- DomainElement → CustomizableElement
- def description: StrField
-
def
documentations: Seq[CreativeWork]
- Definition Classes
- Api → DocumentedElement
- def endPoints: Seq[EndPoint]
- def ensuring(cond: (Api) ⇒ Boolean, msg: ⇒ Any): Api
- def ensuring(cond: (Api) ⇒ Boolean): Api
- def ensuring(cond: Boolean, msg: ⇒ Any): Api
- def ensuring(cond: Boolean): Api
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extend: Seq[DomainElement]
- Definition Classes
- DomainElement
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
def
fromLocal(): Boolean
- Definition Classes
- AmfElement
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
graph: Graph
- Definition Classes
- DomainElement
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
id: String
- Definition Classes
- AmfObject
- def identifier: StrField
-
def
isExternalLink: BoolField
- Definition Classes
- DomainElement
-
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
name: StrField
- Definition Classes
- NamedDomainElement
-
def
nameField: Field
- Definition Classes
- Api → 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
- Api → ServerContainer
- def schemes: Seq[StrField]
-
def
security: Seq[SecurityRequirement]
- Definition Classes
- SecuredElement
-
def
servers: Seq[Server]
- Definition Classes
- Api → ServerContainer
-
def
set(field: Field, value: AmfElement, annotations: Annotations): Api.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: AmfElement): Api.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, values: Seq[String]): Api.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Float): Api.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Double): Api.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Int): Api.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Boolean): Api.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String, annotations: Annotations): Api.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String): Api.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Api.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement]): Api.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Api.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement]): Api.this.type
- Definition Classes
- AmfObject
-
def
setWithoutId(field: Field, value: AmfElement, annotations: Annotations): Api.this.type
- Definition Classes
- AmfObject
-
final
def
simpleAdoption(parent: String): Api.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
toString(): String
- Definition Classes
- AnyRef → Any
- 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]): Api.this.type
- def withContentType(contentType: Seq[String]): Api.this.type
-
def
withCustomDomainProperties(extensions: Seq[DomainExtension]): Api.this.type
- Definition Classes
- DomainElement → CustomizableElement
-
def
withCustomDomainProperty(extensions: DomainExtension): Api.this.type
- Definition Classes
- DomainElement → CustomizableElement
- def withDefaultServer(url: String): Server
- def withDescription(description: String): Api.this.type
- def withDocumentationTitle(title: String): CreativeWork
- def withDocumentationUrl(url: String): CreativeWork
- def withDocumentations(documentations: Seq[CreativeWork]): Api.this.type
- def withEndPoint(path: String): EndPoint
- def withEndPoints(endPoints: Seq[EndPoint]): Api.this.type
-
def
withExtends(extend: Seq[DomainElement]): Api.this.type
- Definition Classes
- DomainElement
-
def
withId(value: String): Api.this.type
- Definition Classes
- AmfObject
- def withIdentifier(identifier: String): Api.this.type
-
def
withIsExternalLink(isReference: Boolean): Api.this.type
- Definition Classes
- DomainElement
- def withLicense(license: License): Api.this.type
-
def
withName(nameNode: ScalarNode): Api.this.type
- Definition Classes
- NamedDomainElement
-
def
withName(name: String, a: Annotations): Api.this.type
- Definition Classes
- NamedDomainElement
-
def
withName(node: YNode): Api.this.type
- Definition Classes
- NamedDomainElement
- def withProvider(provider: Organization): Api.this.type
- def withSchemes(schemes: Seq[String]): Api.this.type
-
def
withSecurity(name: String): SecurityRequirement
- Definition Classes
- SecuredElement
-
def
withSecurity(security: Seq[SecurityRequirement]): Api.this.type
- Definition Classes
- SecuredElement
- def withServer(url: String): Server
-
def
withServers(servers: Seq[Server]): Api.this.type
- Definition Classes
- Api → ServerContainer
-
def
withSynthesizeName(name: String): Api.this.type
- Definition Classes
- NamedDomainElement
- def withTags(tags: Seq[Tag]): Api.this.type
- def withTermsOfService(terms: String): Api.this.type
- def withVersion(version: String): Api.this.type
- def →[B](y: B): (Api, B)