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

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyShape, Shape, NamedDomainElement, Linkable, DomainElement, CustomizableElement, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileShape
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyShape
  7. Shape
  8. NamedDomainElement
  9. Linkable
  10. DomainElement
  11. CustomizableElement
  12. PlatformSecrets
  13. AmfObjectWrapper
  14. Annotable
  15. AnyRef
  16. 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 FileShape()
    Annotations
    @JSExportTopLevel( "FileShape" )
  2. new FileShape(_internal: scala.model.domain.FileShape)

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 FileShape to any2stringadd[FileShape] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (FileShape, B)
    Implicit
    This member is added by an implicit conversion from FileShape to ArrowAssoc[FileShape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def and: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  7. def annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def comment: StrField
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  11. def customDomainProperties: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  12. def customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]
    Definition Classes
    Shape
  13. def customShapePropertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]
    Definition Classes
    Shape
  14. def defaultValue: DataNode
    Definition Classes
    Shape
  15. def defaultValueStr: StrField
    Definition Classes
    Shape
  16. def deprecated: BoolField
    Definition Classes
    Shape
  17. def description: StrField
    Definition Classes
    Shape
  18. def displayName: StrField
    Definition Classes
    Shape
  19. def documentation: CreativeWork
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  20. def elseShape: Shape
    Definition Classes
    Shape
  21. def ensuring(cond: (FileShape) ⇒ Boolean, msg: ⇒ Any): FileShape
    Implicit
    This member is added by an implicit conversion from FileShape to Ensuring[FileShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (FileShape) ⇒ Boolean): FileShape
    Implicit
    This member is added by an implicit conversion from FileShape to Ensuring[FileShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: ⇒ Any): FileShape
    Implicit
    This member is added by an implicit conversion from FileShape to Ensuring[FileShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): FileShape
    Implicit
    This member is added by an implicit conversion from FileShape to Ensuring[FileShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def examples: ClientList[Example]
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  27. def exclusiveMaximum: BoolField
  28. def exclusiveMinimum: BoolField
  29. def extendsNode: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  30. def fileTypes: ClientList[StrField]
  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def format: StrField
  33. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from FileShape to StringFormat[FileShape] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  34. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. def graph(): Graph
    Definition Classes
    DomainElement
  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 isExternalLink: BoolField
    Definition Classes
    DomainElement
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. def isLink: Boolean
    Definition Classes
    Linkable
  43. 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()
  44. def link[T](label: Option[String]): T
    Definition Classes
    Linkable
  45. def linkCopy(): FileShape
    Definition Classes
    FileShapeAnyShape → Linkable
  46. def linkLabel: StrField
    Definition Classes
    Linkable
  47. def linkTarget: core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    Linkable
  48. def maxLength: IntField
  49. def maximum: DoubleField
  50. def minLength: IntField
  51. def minimum: DoubleField
  52. def multipleOf: DoubleField
  53. def name: StrField
    Definition Classes
    Shape → NamedDomainElement
  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()
  57. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  58. def or: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  59. def pattern: StrField
  60. val platform: Platform
    Definition Classes
    PlatformSecrets
  61. def position: Range
    Definition Classes
    DomainElement
  62. def readOnly: BoolField
    Definition Classes
    Shape
  63. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  64. def thenShape: Shape
    Definition Classes
    Shape
  65. 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()
  66. def values: core.internal.convert.CoreClientConverters.ClientList[DataNode]
    Definition Classes
    Shape
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. def withAnd(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): FileShape.this.type
    Definition Classes
    Shape
  71. def withComment(comment: String): FileShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  72. def withCustomDomainProperties(extensions: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]): FileShape.this.type
    Definition Classes
    DomainElement → CustomizableElement
  73. def withCustomShapeProperties(customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]): FileShape.this.type
    Definition Classes
    Shape
  74. def withCustomShapePropertyDefinition(name: String): PropertyShape
    Definition Classes
    Shape
  75. def withCustomShapePropertyDefinitions(propertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]): FileShape.this.type
    Definition Classes
    Shape
  76. def withDefaultStr(value: String): FileShape.this.type
    Definition Classes
    Shape
  77. def withDefaultValue(defaultVal: DataNode): FileShape.this.type
    Definition Classes
    Shape
  78. def withDeprecated(deprecated: Boolean): FileShape.this.type
    Definition Classes
    Shape
  79. def withDescription(description: String): FileShape.this.type
    Definition Classes
    Shape
  80. def withDisplayName(name: String): FileShape.this.type
    Definition Classes
    Shape
  81. def withDocumentation(documentation: CreativeWork): FileShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  82. def withElse(elseShape: Shape): FileShape.this.type
    Definition Classes
    Shape
  83. def withExample(mediaType: String): Example
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  84. def withExamples(examples: ClientList[Example]): FileShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  85. def withExclusiveMaximum(max: Boolean): FileShape.this.type
  86. def withExclusiveMinimum(min: Boolean): FileShape.this.type
  87. def withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): FileShape.this.type
    Definition Classes
    DomainElement
  88. def withFileTypes(fileTypes: ClientList[String]): FileShape.this.type
  89. def withFormat(format: String): FileShape.this.type
  90. def withId(id: String): FileShape.this.type
    Definition Classes
    DomainElement
  91. def withIf(ifShape: Shape): FileShape.this.type
    Definition Classes
    Shape
  92. def withInherits(inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]): FileShape.this.type
    Definition Classes
    Shape
  93. def withIsExternalLink(isExternalLink: Boolean): DomainElement
    Definition Classes
    DomainElement
  94. def withLinkLabel(label: String): FileShape.this.type
    Definition Classes
    Linkable
  95. def withLinkTarget(target: DomainElement with Linkable): FileShape.this.type
    Definition Classes
    Linkable
  96. def withMaxLength(max: Int): FileShape.this.type
  97. def withMaximum(max: Double): FileShape.this.type
  98. def withMinLength(min: Int): FileShape.this.type
  99. def withMinimum(min: Double): FileShape.this.type
  100. def withMultipleOf(multiple: Double): FileShape.this.type
  101. def withName(name: String): FileShape.this.type
    Definition Classes
    Shape → NamedDomainElement
  102. def withNode(shape: Shape): FileShape.this.type
    Definition Classes
    Shape
  103. def withOr(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): FileShape.this.type
    Definition Classes
    Shape
  104. def withPattern(pattern: String): FileShape.this.type
  105. def withReadOnly(readOnly: Boolean): FileShape.this.type
    Definition Classes
    Shape
  106. def withThen(thenShape: Shape): FileShape.this.type
    Definition Classes
    Shape
  107. def withValues(values: core.internal.convert.CoreClientConverters.ClientList[DataNode]): FileShape.this.type
    Definition Classes
    Shape
  108. def withWriteOnly(writeOnly: Boolean): FileShape.this.type
    Definition Classes
    Shape
  109. def withXMLSerialization(xmlSerialization: XMLSerializer): FileShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  110. def withXone(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): FileShape.this.type
    Definition Classes
    Shape
  111. def writeOnly: BoolField
    Definition Classes
    Shape
  112. def xmlSerialization: XMLSerializer
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  113. def xone: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  114. def [B](y: B): (FileShape, B)
    Implicit
    This member is added by an implicit conversion from FileShape to ArrowAssoc[FileShape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyShape

Inherited from Shape

Inherited from NamedDomainElement

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 FileShape to any2stringadd[FileShape]

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

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

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

Ungrouped