case class CustomAppContent(id: String, name: String, description: String, data_raw: Option[CustomAppData]) extends VersionedEntityContentAuth[CustomAppContent] with CustomAppDataProperties with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CustomAppContent
- Serializable
- Serializable
- Product
- Equals
- CustomAppDataProperties
- VersionedEntityContentAuth
- VersionedEntityContent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CustomAppContent(id: String, name: String, description: String, data_raw: Option[CustomAppData])
Type Members
-
type
TEntityData = CustomAppData
- Definition Classes
- CustomAppContent → 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
-
def
access: Option[UserAccess]
- Definition Classes
- CustomAppContent → CustomAppDataProperties
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
authScope: Apps.type
- Definition Classes
- CustomAppContent → VersionedEntityContentAuth
- def body: List[String]
- def bundle: Option[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def copy(id: String = this.id, name: String = this.name, description: String = this.description, head: List[String] = this.head, body: List[String] = this.body, script: List[String] = this.script, style: List[String] = this.style, bundle: Option[String] = this.bundle, access: Option[UserAccess] = this.access): CustomAppContent
-
def
data: TEntityData
- Attributes
- protected
- Definition Classes
- VersionedEntityContentAuth
-
val
data_raw: Option[CustomAppData]
- Definition Classes
- CustomAppContent → VersionedEntityContentAuth
-
val
description: String
- Definition Classes
- CustomAppContent → VersionedEntityContent
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def head: List[String]
-
val
id: String
- Definition Classes
- CustomAppContent → VersionedEntityContent
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
name: String
- Definition Classes
- CustomAppContent → 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): CustomAppContent
- Definition Classes
- VersionedEntityContentAuth
- def script: List[String]
-
def
stripped: CustomAppContent
- Definition Classes
- CustomAppContent → VersionedEntityContentAuth
- def style: List[String]
-
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