case class UnionShape(_internal: plugins.domain.shapes.models.UnionShape) extends AnyShape with Product with Serializable
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnionShape
- Serializable
- Serializable
- Product
- Equals
- AnyShape
- Shape
- NamedDomainElement
- Linkable
- DomainElement
- PlatformSecrets
- AmfObjectWrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
UnionShape()
- Annotations
- @JSExportTopLevel( "model.domain.UnionShape" )
- new UnionShape(_internal: plugins.domain.shapes.models.UnionShape)
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 anyOf: ClientList[Shape]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
customDomainProperties: convert.CoreClientConverters.ClientList[DomainExtension]
- Definition Classes
- DomainElement
-
def
defaultValue: DataNode
- Definition Classes
- Shape
-
def
description: StrField
- Definition Classes
- Shape
-
def
displayName: StrField
- Definition Classes
- Shape
-
def
documentation: CreativeWork
- Definition Classes
- AnyShape
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
examples: ClientList[Example]
- Definition Classes
- AnyShape
-
def
extendsNode: convert.CoreClientConverters.ClientList[DomainElement]
- Definition Classes
- DomainElement
-
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(id: String): convert.CoreClientConverters.ClientList[DomainElement]
- Definition Classes
- DomainElement
-
def
getPropertyIds: convert.CoreClientConverters.ClientList[String]
- Definition Classes
- DomainElement
-
def
getScalarByPropertyId(id: String): convert.CoreClientConverters.ClientList[Any]
- Definition Classes
- DomainElement
-
def
getTypeIds: convert.CoreClientConverters.ClientList[String]
- Definition Classes
- DomainElement
-
def
id: String
- Definition Classes
- DomainElement
-
def
inherits: convert.CoreClientConverters.ClientList[Shape]
- Definition Classes
- Shape
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLink: Boolean
- Definition Classes
- Linkable
-
def
link[T](label: Option[String]): T
- Definition Classes
- Linkable
-
def
linkCopy(): AnyShape
- Definition Classes
- AnyShape → Linkable
-
def
linkLabel: Option[String]
- Definition Classes
- Linkable
-
def
linkTarget: Option[DomainElement]
- Definition Classes
- AnyShape → Linkable
-
def
name: StrField
- Definition Classes
- Shape → NamedDomainElement
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position: Range
- Definition Classes
- DomainElement
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toJsonSchema: String
- Definition Classes
- AnyShape
-
def
validate(fragment: PayloadFragment): ClientFuture[ValidationReport]
- Definition Classes
- AnyShape
-
def
validate(payload: String): ClientFuture[ValidationReport]
- Definition Classes
- AnyShape
-
def
values: convert.CoreClientConverters.ClientList[StrField]
- Definition Classes
- Shape
-
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 withAnyOf(anyOf: ClientList[Shape]): UnionShape
-
def
withCustomDomainProperties(extensions: convert.CoreClientConverters.ClientList[DomainExtension]): UnionShape.this.type
- Definition Classes
- DomainElement
-
def
withDefaultValue(default: DataNode): UnionShape.this.type
- Definition Classes
- Shape
-
def
withDescription(description: String): UnionShape.this.type
- Definition Classes
- Shape
-
def
withDisplayName(name: String): UnionShape.this.type
- Definition Classes
- Shape
-
def
withDocumentation(documentation: CreativeWork): UnionShape.this.type
- Definition Classes
- AnyShape
-
def
withExamples(examples: ClientList[Example]): UnionShape.this.type
- Definition Classes
- AnyShape
-
def
withExtendsNode(extension: convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): UnionShape.this.type
- Definition Classes
- DomainElement
-
def
withId(id: String): UnionShape.this.type
- Definition Classes
- DomainElement
-
def
withInherits(inherits: convert.CoreClientConverters.ClientList[Shape]): UnionShape.this.type
- Definition Classes
- Shape
-
def
withLinkLabel(label: String): UnionShape.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement with Linkable): UnionShape.this.type
- Definition Classes
- Linkable
-
def
withName(name: String): UnionShape.this.type
- Definition Classes
- Shape → NamedDomainElement
-
def
withValues(values: convert.CoreClientConverters.ClientList[String]): UnionShape.this.type
- Definition Classes
- Shape
-
def
withXMLSerialization(xmlSerialization: XMLSerializer): UnionShape.this.type
- Definition Classes
- AnyShape
-
def
xmlSerialization: XMLSerializer
- Definition Classes
- AnyShape