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