case class SourceContent(id: String, tag: String, name: String, description: String, data_raw: Option[SourceData]) extends VersionedEntityContentAuth[SourceContent] with SourceDataProperties with WithOptions with WithTag with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SourceContent
- Serializable
- Serializable
- Product
- Equals
- WithTag
- WithOptions
- SourceDataProperties
- VersionedEntityContentAuth
- VersionedEntityContent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SourceContent(id: String, tag: String, name: String, description: String, data_raw: Option[SourceData])
Type Members
-
type
TEntityData = SourceData
- Definition Classes
- SourceContent → VersionedEntityContentAuth
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
-
val
authScope: Sources.type
- Definition Classes
- SourceContent → VersionedEntityContentAuth
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def copy(id: String = this.id, tag: String = this.tag, name: String = this.name, description: String = this.description, options: Map[String, String] = this.options, sourceDescription: SourceDescription = this.sourceDescription, dataDescription: SourceDataDescription = this.dataDescription): SourceContent
-
def
data: TEntityData
- Attributes
- protected
- Definition Classes
- VersionedEntityContentAuth
-
def
dataDescription: SourceDataDescription
- Definition Classes
- SourceContent → SourceDataProperties
-
val
data_raw: Option[SourceData]
- Definition Classes
- SourceContent → VersionedEntityContentAuth
-
val
description: String
- Definition Classes
- SourceContent → VersionedEntityContent
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getOptions: Options
- Definition Classes
- SourceContent → WithOptions
-
val
id: String
- Definition Classes
- SourceContent → WithTag → VersionedEntityContent
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLive: Boolean
- def isStream: Boolean
-
val
name: String
- Definition Classes
- SourceContent → VersionedEntityContent
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
options: Map[String, String]
- Definition Classes
- SourceContent → SourceDataProperties
-
def
restrict(authorization: AuthorizationManager): SourceContent
- Definition Classes
- VersionedEntityContentAuth
-
def
sourceDescription: SourceDescription
- Definition Classes
- SourceContent → SourceDataProperties
-
def
stripped: SourceContent
- Definition Classes
- SourceContent → VersionedEntityContentAuth
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
tag: String
- Definition Classes
- SourceContent → WithTag
-
def
taggedId: String
The unique identifier for an entity with a specific tag.
The unique identifier for an entity with a specific tag.
- Definition Classes
- WithTag
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated