case class CustomModuleContent(id: String, name: String, description: String, data_raw: Option[CustomModuleData]) extends VersionedEntityContentAuth[CustomModuleContent] with CustomModuleDataProperties with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CustomModuleContent
- Serializable
- Serializable
- Product
- Equals
- CustomModuleDataProperties
- VersionedEntityContentAuth
- VersionedEntityContent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CustomModuleContent(id: String, name: String, description: String, data_raw: Option[CustomModuleData])
Type Members
-
type
TEntityData = CustomModuleData
- Definition Classes
- CustomModuleContent → 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: Plugins.type
- Definition Classes
- CustomModuleContent → VersionedEntityContentAuth
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
code: List[String]
- Definition Classes
- CustomModuleContent → CustomModuleDataProperties
- def copy(id: String = this.id, name: String = this.name, description: String = this.description, language: String = this.language, code: List[String] = this.code, imports: List[String] = this.imports): CustomModuleContent
-
def
data: TEntityData
- Attributes
- protected
- Definition Classes
- VersionedEntityContentAuth
-
val
data_raw: Option[CustomModuleData]
- Definition Classes
- CustomModuleContent → VersionedEntityContentAuth
-
val
description: String
- Definition Classes
- CustomModuleContent → VersionedEntityContent
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getDependencies(modules: List[CustomModuleContent]): List[CustomModuleContent]
-
val
id: String
- Definition Classes
- CustomModuleContent → VersionedEntityContent
-
def
imports: List[String]
- Definition Classes
- CustomModuleContent → CustomModuleDataProperties
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
language: String
- Definition Classes
- CustomModuleContent → CustomModuleDataProperties
-
val
name: String
- Definition Classes
- CustomModuleContent → 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
restrict(authorization: AuthorizationManager): CustomModuleContent
- Definition Classes
- VersionedEntityContentAuth
-
def
stripped: CustomModuleContent
- Definition Classes
- CustomModuleContent → VersionedEntityContentAuth
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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