case class WebApi(fields: Fields, annotations: Annotations) extends DomainElement with Product with Serializable
Web Api internal model
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WebApi
- Serializable
- Serializable
- Product
- Equals
- 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[String]
-
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): WebApi.this.type
- Definition Classes
- WebApi → AmfObject
-
val
annotations: Annotations
- Definition Classes
- WebApi → AmfElement
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def basePath: String
- def baseUriParameters: Seq[Parameter]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def contentType: Seq[String]
-
def
customDomainProperties: Seq[DomainExtension]
- Definition Classes
- DomainElement
- def description: String
- def documentations: Seq[CreativeWork]
-
def
dynamicTypes(): Seq[String]
- Definition Classes
- AmfObject
- 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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getObjectByPropertyId(propertyId: String): Seq[DomainElement]
- Definition Classes
- DomainElement
-
def
getPropertyIds(): List[String]
- Definition Classes
- DomainElement
-
def
getScalarByPropertyId(propertyId: String): List[Any]
- Definition Classes
- DomainElement
-
def
getTypeIds(): List[String]
- Definition Classes
- DomainElement
- def host: String
-
val
id: String
- Definition Classes
- AmfObject
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def license: License
-
def
meta: WebApiModel.type
- Definition Classes
- WebApi → DomainElement
- def name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
position(): Option[Range]
- Definition Classes
- DomainElement
- def provider: Organization
- def schemes: Seq[String]
- def security: Seq[ParametrizedSecurityScheme]
-
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: 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
- def sourceVendor: Option[Vendor]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tags: Seq[Tag]
- def termsOfService: String
- def version: String
-
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( ... )
- def withAccepts(accepts: Seq[String]): WebApi.this.type
- def withBasePath(path: String): WebApi.this.type
- def withBaseUriParameter(name: String): Parameter
- def withBaseUriParameters(parameters: Seq[Parameter]): WebApi.this.type
- def withContentType(contentType: Seq[String]): WebApi.this.type
-
def
withCustomDomainProperties(customProperties: Seq[DomainExtension]): WebApi.this.type
- Definition Classes
- DomainElement
-
def
withCustomDomainProperty(customProperty: DomainExtension): WebApi.this.type
- Definition Classes
- DomainElement
- 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 withHost(host: String): WebApi.this.type
-
def
withId(value: String): WebApi.this.type
- Definition Classes
- AmfObject
- def withLicense(license: License): WebApi.this.type
- def withName(name: String): WebApi.this.type
- def withProvider(provider: Organization): WebApi.this.type
- def withSchemes(schemes: Seq[String]): WebApi.this.type
- def withSecurity(name: String): ParametrizedSecurityScheme
- def withSecurity(security: Seq[ParametrizedSecurityScheme]): WebApi.this.type
- def withTags(tags: Seq[Tag]): WebApi.this.type
- def withTermsOfService(terms: String): WebApi.this.type
- def withVersion(version: String): WebApi.this.type