case class UnionShape(_internal: scala.model.domain.UnionShape) extends AnyShape with Product with Serializable

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyShape, Shape, NamedDomainElement, NamedAmfObject, Linkable, DomainElement, CustomizableElement, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnionShape
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyShape
  7. Shape
  8. NamedDomainElement
  9. NamedAmfObject
  10. Linkable
  11. DomainElement
  12. CustomizableElement
  13. PlatformSecrets
  14. AmfObjectWrapper
  15. Annotable
  16. AnyRef
  17. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnionShape()
    Annotations
    @JSExportTopLevel( "UnionShape" )
  2. new UnionShape(_internal: scala.model.domain.UnionShape)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from UnionShape to any2stringadd[UnionShape] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (UnionShape, B)
    Implicit
    This member is added by an implicit conversion from UnionShape to ArrowAssoc[UnionShape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def aliases: ClientList[StrField]
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  7. def and: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  8. def annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  9. def anyOf: ClientList[Shape]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def avroSchemaType(): ClientOption[String]
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  13. def comment: StrField
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  14. def customDomainProperties: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  15. def customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]
    Definition Classes
    Shape
  16. def customShapePropertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]
    Definition Classes
    Shape
  17. def defaultValue: DataNode
    Definition Classes
    Shape
  18. def defaultValueStr: StrField
    Definition Classes
    Shape
  19. def deprecated: BoolField
    Definition Classes
    Shape
  20. def description: StrField
    Definition Classes
    Shape
  21. def displayName: StrField
    Definition Classes
    Shape
  22. def documentation: CreativeWork
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  23. def elseShape: Shape
    Definition Classes
    Shape
  24. def ensuring(cond: (UnionShape) ⇒ Boolean, msg: ⇒ Any): UnionShape
    Implicit
    This member is added by an implicit conversion from UnionShape to Ensuring[UnionShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: (UnionShape) ⇒ Boolean): UnionShape
    Implicit
    This member is added by an implicit conversion from UnionShape to Ensuring[UnionShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean, msg: ⇒ Any): UnionShape
    Implicit
    This member is added by an implicit conversion from UnionShape to Ensuring[UnionShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean): UnionShape
    Implicit
    This member is added by an implicit conversion from UnionShape to Ensuring[UnionShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def examples: ClientList[Example]
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  30. def extendsNode: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  31. def federationMetadata: ShapeFederationMetadata
    Definition Classes
    Shape
  32. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from UnionShape to StringFormat[UnionShape] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  34. def graph(): Graph
    Definition Classes
    DomainElement
  35. def hasExplicitName: Boolean
    Definition Classes
    Shape
  36. def id: String
    Definition Classes
    DomainElement
  37. def ifShape: Shape
    Definition Classes
    Shape
  38. def inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  39. def inlined(): Boolean
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  40. def isAvroSchema(): Boolean
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  41. def isExtension: BoolField
    Definition Classes
    Shape
  42. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. def isLink: Boolean
    Definition Classes
    Linkable
  45. def isNotExplicit: Boolean

    Aux method to know when the shape is instance only of any shape and it's because was parsed from an empty (or only with example) payload, an not an explicit type def

    Aux method to know when the shape is instance only of any shape and it's because was parsed from an empty (or only with example) payload, an not an explicit type def

    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  46. def isStub: BoolField
    Definition Classes
    Shape
  47. def link[T](label: String): T
    Definition Classes
    Linkable
  48. def link[T](): T
    Definition Classes
    Linkable
  49. def linkCopy(): AnyShape
    Definition Classes
    AnyShape → Linkable
    Annotations
    @JSExport()
  50. def linkLabel: StrField
    Definition Classes
    Linkable
  51. def linkTarget: core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    Linkable
  52. def name: StrField
    Definition Classes
    Shape → NamedAmfObject
  53. def namespace: StrField
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  54. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  55. def not: Shape
    Definition Classes
    Shape
  56. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  57. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  58. def or: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  59. val platform: Platform
    Definition Classes
    PlatformSecrets
  60. def position: PositionRange
    Definition Classes
    DomainElement
  61. def readOnly: BoolField
    Definition Classes
    Shape
  62. def serializationSchema: Shape
  63. def size: IntField
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  64. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  65. def thenShape: Shape
    Definition Classes
    Shape
  66. def trackedExample(trackId: String): ClientOption[Example]

    trackId

    parent id of the original payload type with simpleinheritance and the searched example.

    returns

    A ClientOption of the original inlined example, or empty if there is not any example with that track information annotated.

    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  67. def values: core.internal.convert.CoreClientConverters.ClientList[DataNode]
    Definition Classes
    Shape
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. def withAliases(aliases: Seq[String]): UnionShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  72. def withAnd(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): UnionShape.this.type
    Definition Classes
    Shape
  73. def withAnyOf(anyOf: ClientList[Shape]): UnionShape
  74. def withComment(comment: String): UnionShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  75. def withCustomDomainProperties(extensions: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]): UnionShape.this.type
    Definition Classes
    DomainElement → CustomizableElement
  76. def withCustomShapeProperties(customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]): UnionShape.this.type
    Definition Classes
    Shape
  77. def withCustomShapePropertyDefinition(name: String): PropertyShape
    Definition Classes
    Shape
  78. def withCustomShapePropertyDefinitions(propertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]): UnionShape.this.type
    Definition Classes
    Shape
  79. def withDefaultStr(value: String): UnionShape.this.type
    Definition Classes
    Shape
  80. def withDefaultValue(defaultVal: DataNode): UnionShape.this.type
    Definition Classes
    Shape
  81. def withDeprecated(deprecated: Boolean): UnionShape.this.type
    Definition Classes
    Shape
  82. def withDescription(description: String): UnionShape.this.type
    Definition Classes
    Shape
  83. def withDisplayName(name: String): UnionShape.this.type
    Definition Classes
    Shape
  84. def withDocumentation(documentation: CreativeWork): UnionShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  85. def withElse(elseShape: Shape): UnionShape.this.type
    Definition Classes
    Shape
  86. def withExample(mediaType: String): Example
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  87. def withExamples(examples: ClientList[Example]): UnionShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  88. def withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): UnionShape.this.type
    Definition Classes
    DomainElement
  89. def withFederationMetadata(metadata: ShapeFederationMetadata): UnionShape.this.type
    Definition Classes
    Shape
  90. def withId(id: String): UnionShape.this.type
    Definition Classes
    DomainElement
  91. def withIf(ifShape: Shape): UnionShape.this.type
    Definition Classes
    Shape
  92. def withInherits(inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]): UnionShape.this.type
    Definition Classes
    Shape
  93. def withIsExtension(value: Boolean): UnionShape.this.type
    Definition Classes
    Shape
  94. def withIsExternalLink(isExternalLink: Boolean): DomainElement
    Definition Classes
    DomainElement
  95. def withIsStub(value: Boolean): UnionShape.this.type
    Definition Classes
    Shape
  96. def withLinkLabel(label: String): UnionShape.this.type
    Definition Classes
    Linkable
  97. def withLinkTarget(target: DomainElement with Linkable): UnionShape.this.type
    Definition Classes
    Linkable
  98. def withName(name: String): UnionShape.this.type
    Definition Classes
    Shape → NamedAmfObject
  99. def withNamespace(namespace: String): UnionShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  100. def withNode(shape: Shape): UnionShape.this.type
    Definition Classes
    Shape
  101. def withOr(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): UnionShape.this.type
    Definition Classes
    Shape
  102. def withReadOnly(readOnly: Boolean): UnionShape.this.type
    Definition Classes
    Shape
  103. def withSerializationSchema(schema: Shape): UnionShape.this.type
  104. def withSize(size: Int): UnionShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  105. def withThen(thenShape: Shape): UnionShape.this.type
    Definition Classes
    Shape
  106. def withValues(values: core.internal.convert.CoreClientConverters.ClientList[DataNode]): UnionShape.this.type
    Definition Classes
    Shape
  107. def withWriteOnly(writeOnly: Boolean): UnionShape.this.type
    Definition Classes
    Shape
  108. def withXMLSerialization(xmlSerialization: XMLSerializer): UnionShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  109. def withXone(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): UnionShape.this.type
    Definition Classes
    Shape
  110. def writeOnly: BoolField
    Definition Classes
    Shape
  111. def xmlSerialization: XMLSerializer
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  112. def xone: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  113. def [B](y: B): (UnionShape, B)
    Implicit
    This member is added by an implicit conversion from UnionShape to ArrowAssoc[UnionShape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyShape

Inherited from Shape

Inherited from NamedDomainElement

Inherited from NamedAmfObject

Inherited from Linkable

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from UnionShape to any2stringadd[UnionShape]

Inherited by implicit conversion StringFormat from UnionShape to StringFormat[UnionShape]

Inherited by implicit conversion Ensuring from UnionShape to Ensuring[UnionShape]

Inherited by implicit conversion ArrowAssoc from UnionShape to ArrowAssoc[UnionShape]

Ungrouped