case class FileShape(_internal: plugins.domain.shapes.models.FileShape) extends AnyShape with Product with Serializable
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileShape
- Serializable
- Serializable
- Product
- Equals
- AnyShape
- Shape
- NamedDomainElement
- Linkable
- DomainElement
- PlatformSecrets
- AmfObjectWrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
FileShape()
- Annotations
- @JSExportTopLevel( "model.domain.FileShape" )
- new FileShape(_internal: plugins.domain.shapes.models.FileShape)
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
-
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 exclusiveMaximum: BoolField
- def exclusiveMinimum: BoolField
-
def
extendsNode: convert.CoreClientConverters.ClientList[DomainElement]
- Definition Classes
- DomainElement
- def fileTypes: ClientList[StrField]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def format: StrField
-
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(): FileShape
-
def
linkLabel: Option[String]
- Definition Classes
- Linkable
- def linkTarget: Option[FileShape]
- def maxLength: IntField
- def maximum: DoubleField
- def minLength: IntField
- def minimum: DoubleField
- def multipleOf: IntField
-
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
- def pattern: StrField
-
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
withCustomDomainProperties(extensions: convert.CoreClientConverters.ClientList[DomainExtension]): FileShape.this.type
- Definition Classes
- DomainElement
-
def
withDefaultValue(default: DataNode): FileShape.this.type
- Definition Classes
- Shape
-
def
withDescription(description: String): FileShape.this.type
- Definition Classes
- Shape
-
def
withDisplayName(name: String): FileShape.this.type
- Definition Classes
- Shape
-
def
withDocumentation(documentation: CreativeWork): FileShape.this.type
- Definition Classes
- AnyShape
-
def
withExamples(examples: ClientList[Example]): FileShape.this.type
- Definition Classes
- AnyShape
- def withExclusiveMaximum(max: Boolean): FileShape.this.type
- def withExclusiveMinimum(min: Boolean): FileShape.this.type
-
def
withExtendsNode(extension: convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): FileShape.this.type
- Definition Classes
- DomainElement
- def withFileTypes(fileTypes: ClientList[String]): FileShape.this.type
- def withFormat(format: String): FileShape.this.type
-
def
withId(id: String): FileShape.this.type
- Definition Classes
- DomainElement
-
def
withInherits(inherits: convert.CoreClientConverters.ClientList[Shape]): FileShape.this.type
- Definition Classes
- Shape
-
def
withLinkLabel(label: String): FileShape.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement with Linkable): FileShape.this.type
- Definition Classes
- Linkable
- def withMaxLength(max: Int): FileShape.this.type
- def withMaximum(max: Double): FileShape.this.type
- def withMinLength(min: Int): FileShape.this.type
- def withMinimum(min: Double): FileShape.this.type
- def withMultipleOf(multiple: Int): FileShape.this.type
-
def
withName(name: String): FileShape.this.type
- Definition Classes
- Shape → NamedDomainElement
- def withPattern(pattern: String): FileShape.this.type
-
def
withValues(values: convert.CoreClientConverters.ClientList[String]): FileShape.this.type
- Definition Classes
- Shape
-
def
withXMLSerialization(xmlSerialization: XMLSerializer): FileShape.this.type
- Definition Classes
- AnyShape
-
def
xmlSerialization: XMLSerializer
- Definition Classes
- AnyShape